Searched refs:control_matcher (Results 1 – 3 of 3) sorted by relevance
80 const Matcher<Node*>& control_matcher) in IsBranchMatcher() argument83 control_matcher_(control_matcher) {} in IsBranchMatcher()111 const Matcher<Node*>& control_matcher) in IsSwitchMatcher() argument114 control_matcher_(control_matcher) {} in IsSwitchMatcher()142 const Matcher<Node*>& control_matcher) in IsIfValueMatcher() argument145 control_matcher_(control_matcher) {} in IsIfValueMatcher()173 const Matcher<Node*>& control_matcher) in IsControl1Matcher() argument174 : NodeMatcher(opcode), control_matcher_(control_matcher) {} in IsControl1Matcher()323 const Matcher<Node*>& control_matcher) in IsReturnMatcher() argument327 control_matcher_(control_matcher) {} in IsReturnMatcher()[all …]
48 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 …]
52 const Matcher<Node*>& control_matcher) { in IsAllocateHeapNumber() argument55 IsNumberConstant(BitEq(0.0)), effect_matcher, control_matcher); in IsAllocateHeapNumber()73 const Matcher<Node*>& control_matcher) { in IsLoadHeapNumber() argument76 graph()->start(), control_matcher); in IsLoadHeapNumber()