Home
last modified time | relevance | path

Searched refs:control1_matcher (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dnode-test-utils.h43 const Matcher<Node*>& control1_matcher);
45 const Matcher<Node*>& control1_matcher,
50 const Matcher<Node*>& control1_matcher);
52 const Matcher<Node*>& control1_matcher,
55 const Matcher<Node*>& control1_matcher);
57 const Matcher<Node*>& control1_matcher,
Dnode-test-utils.cc198 const Matcher<Node*>& control1_matcher) in IsControl2Matcher() argument
201 control1_matcher_(control1_matcher) {} in IsControl2Matcher()
230 const Matcher<Node*>& control1_matcher, in IsControl3Matcher() argument
234 control1_matcher_(control1_matcher), in IsControl3Matcher()
1477 const Matcher<Node*>& control1_matcher) { in IsEnd() argument
1479 control1_matcher)); in IsEnd()
1484 const Matcher<Node*>& control1_matcher, in IsEnd() argument
1487 control1_matcher, control2_matcher)); in IsEnd()
1498 const Matcher<Node*>& control1_matcher) { in IsMerge() argument
1500 control1_matcher)); in IsMerge()
[all …]