Home
last modified time | relevance | path

Searched refs:IsIfDefault (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/unittests/compiler/
Dcontrol-flow-optimizer-unittest.cc63 IsIfDefault(AllOf(CaptureEq(&switch_capture), in TEST_F()
95 IsIfDefault(AllOf(CaptureEq(&switch_capture), in TEST_F()
Dnode-test-utils.h66 Matcher<Node*> IsIfDefault(const Matcher<Node*>& control_matcher);
Dnode-test-utils.cc1556 Matcher<Node*> IsIfDefault(const Matcher<Node*>& control_matcher) { in IsIfDefault() function