Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dchange-lowering-unittest.cc239 IsControlEffect(CaptureEq(&if_true))), in TARGET_TEST_F()
268 IsControlEffect(CaptureEq(&if_true)))), in TARGET_TEST_F()
294 IsControlEffect(CaptureEq(&if_true)))), in TARGET_TEST_F()
376 IsControlEffect(CaptureEq(&if_true))), in TARGET_TEST_F()
405 IsControlEffect(CaptureEq(&if_true)))), in TARGET_TEST_F()
432 IsControlEffect(CaptureEq(&if_true)))), in TARGET_TEST_F()
Dgraph-unittest.h61 Matcher<Node*> IsControlEffect(const Matcher<Node*>& control_matcher);
Dgraph-unittest.cc629 Matcher<Node*> IsControlEffect(const Matcher<Node*>& control_matcher) { in IsControlEffect() function