Searched refs:control0_matcher (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.h | 41 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher); 42 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, 44 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, 49 Matcher<Node*> IsMerge(const Matcher<Node*>& control0_matcher, 51 Matcher<Node*> IsMerge(const Matcher<Node*>& control0_matcher, 54 Matcher<Node*> IsLoop(const Matcher<Node*>& control0_matcher, 56 Matcher<Node*> IsLoop(const Matcher<Node*>& control0_matcher,
|
D | node-test-utils.cc | 197 const Matcher<Node*>& control0_matcher, in IsControl2Matcher() argument 200 control0_matcher_(control0_matcher), in IsControl2Matcher() 229 const Matcher<Node*>& control0_matcher, in IsControl3Matcher() argument 233 control0_matcher_(control0_matcher), in IsControl3Matcher() 1471 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher) { in IsEnd() argument 1472 return MakeMatcher(new IsControl1Matcher(IrOpcode::kEnd, control0_matcher)); in IsEnd() 1476 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, in IsEnd() argument 1478 return MakeMatcher(new IsControl2Matcher(IrOpcode::kEnd, control0_matcher, in IsEnd() 1483 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, in IsEnd() argument 1486 return MakeMatcher(new IsControl3Matcher(IrOpcode::kEnd, control0_matcher, in IsEnd() [all …]
|