Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dnode-test-utils.cc170 class IsControl1Matcher final : public NodeMatcher { class
172 IsControl1Matcher(IrOpcode::Value opcode, in IsControl1Matcher() function in v8::internal::compiler::__anon313fbfee0111::IsControl1Matcher
1472 return MakeMatcher(new IsControl1Matcher(IrOpcode::kEnd, control0_matcher)); in IsEnd()
1528 return MakeMatcher(new IsControl1Matcher(IrOpcode::kIfTrue, control_matcher)); in IsIfTrue()
1534 new IsControl1Matcher(IrOpcode::kIfFalse, control_matcher)); in IsIfFalse()
1540 new IsControl1Matcher(IrOpcode::kIfSuccess, control_matcher)); in IsIfSuccess()
1558 new IsControl1Matcher(IrOpcode::kIfDefault, control_matcher)); in IsIfDefault()