Searched defs:DiamondMatcher (Results 1 – 2 of 2) sorted by relevance
580 struct DiamondMatcher : public NodeMatcher { struct583 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_;[all …]
31 DiamondMatcher::DiamondMatcher(Node* merge) in DiamondMatcher() function in v8::internal::compiler::DiamondMatcher