Lines Matching defs:DiamondMatcher
673 struct V8_EXPORT_PRIVATE DiamondMatcher struct
677 bool Matched() const { return branch_; } in Matched()
678 bool IfProjectionsAreOwned() const { in IfProjectionsAreOwned()
682 Node* Branch() const { return branch_; } in Branch()
683 Node* IfTrue() const { return if_true_; } in IfTrue()
684 Node* IfFalse() const { return if_false_; } in IfFalse()
685 Node* Merge() const { return node(); } in Merge()
687 Node* TrueInputOf(Node* phi) const { in TrueInputOf()
694 Node* FalseInputOf(Node* phi) const { in FalseInputOf()
703 Node* if_true_;
704 Node* if_false_;