Lines Matching defs:DiamondMatcher
580 struct DiamondMatcher : public NodeMatcher { struct
583 bool Matched() const { return branch_; } in Matched()
584 bool IfProjectionsAreOwned() const { in IfProjectionsAreOwned()
588 Node* Branch() const { return branch_; } in Branch()
589 Node* IfTrue() const { return if_true_; } in IfTrue()
590 Node* IfFalse() const { return if_false_; } in IfFalse()
591 Node* Merge() const { return node(); } in Merge()
593 Node* TrueInputOf(Node* phi) const { in TrueInputOf()
600 Node* FalseInputOf(Node* phi) const { in FalseInputOf()
609 Node* if_true_;
610 Node* if_false_;