Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-unittest.cc209 class IsControl1Matcher FINAL : public NodeMatcher {
211 IsControl1Matcher(IrOpcode::Value opcode, in IsControl1Matcher() function in v8::internal::compiler::__anon024c46020111::FINAL
619 return MakeMatcher(new IsControl1Matcher(IrOpcode::kIfTrue, control_matcher)); in IsIfTrue()
625 new IsControl1Matcher(IrOpcode::kIfFalse, control_matcher)); in IsIfFalse()
631 new IsControl1Matcher(IrOpcode::kControlEffect, control_matcher)); in IsControlEffect()