Lines Matching defs:DiamondMatcher
718 struct V8_EXPORT_PRIVATE DiamondMatcher struct
722 bool Matched() const { return branch_; } in Matched()
723 bool IfProjectionsAreOwned() const { in IfProjectionsAreOwned()
727 Node* Branch() const { return branch_; } in Branch()
728 Node* IfTrue() const { return if_true_; } in IfTrue()
729 Node* IfFalse() const { return if_false_; } in IfFalse()
730 Node* Merge() const { return node(); } in Merge()
732 Node* TrueInputOf(Node* phi) const { in TrueInputOf()
739 Node* FalseInputOf(Node* phi) const { in FalseInputOf()
748 Node* if_true_;
749 Node* if_false_;