Searched refs:IsIfValue (Results 1 – 3 of 3) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | control-flow-optimizer-unittest.cc | 61 IsEnd(IsMerge(IsIfValue(0, CaptureEq(&switch_capture)), in TEST_F() 62 IsIfValue(1, CaptureEq(&switch_capture)), in TEST_F() 93 IsEnd(IsMerge(IsIfValue(0, CaptureEq(&switch_capture)), in TEST_F() 94 IsIfValue(1, CaptureEq(&switch_capture)), in TEST_F()
|
D | node-test-utils.h | 64 Matcher<Node*> IsIfValue(const Matcher<int32_t>& value_matcher,
|
D | node-test-utils.cc | 1550 Matcher<Node*> IsIfValue(const Matcher<int32_t>& value_matcher, in IsIfValue() function
|