Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc80 const Matcher<Node*>& control_matcher) in IsBranchMatcher() argument
83 control_matcher_(control_matcher) {} in IsBranchMatcher()
111 const Matcher<Node*>& control_matcher) in IsSwitchMatcher() argument
114 control_matcher_(control_matcher) {} in IsSwitchMatcher()
142 const Matcher<Node*>& control_matcher) in IsIfValueMatcher() argument
145 control_matcher_(control_matcher) {} in IsIfValueMatcher()
173 const Matcher<Node*>& control_matcher) in IsControl1Matcher() argument
174 : NodeMatcher(opcode), control_matcher_(control_matcher) {} in IsControl1Matcher()
323 const Matcher<Node*>& control_matcher) in IsReturnMatcher() argument
327 control_matcher_(control_matcher) {} in IsReturnMatcher()
[all …]
Dnode-test-utils.h48 const Matcher<Node*>& control_matcher);
59 Matcher<Node*> IsIfTrue(const Matcher<Node*>& control_matcher);
60 Matcher<Node*> IsIfFalse(const Matcher<Node*>& control_matcher);
61 Matcher<Node*> IsIfSuccess(const Matcher<Node*>& control_matcher);
63 const Matcher<Node*>& control_matcher);
65 const Matcher<Node*>& control_matcher);
66 Matcher<Node*> IsIfDefault(const Matcher<Node*>& control_matcher);
72 const Matcher<Node*>& control_matcher);
74 const Matcher<Node*>& control_matcher);
106 const Matcher<Node*>& control_matcher);
[all …]
Dchange-lowering-unittest.cc52 const Matcher<Node*>& control_matcher) { in IsAllocateHeapNumber() argument
55 IsNumberConstant(BitEq(0.0)), effect_matcher, control_matcher); in IsAllocateHeapNumber()
73 const Matcher<Node*>& control_matcher) { in IsLoadHeapNumber() argument
76 graph()->start(), control_matcher); in IsLoadHeapNumber()