Searched defs:DiamondMatcher (Results 1 – 2 of 2) sorted by relevance
800 struct V8_EXPORT_PRIVATE DiamondMatcher struct804 bool Matched() const { return branch_; } in Matched()805 bool IfProjectionsAreOwned() const { in IfProjectionsAreOwned()809 Node* Branch() const { return branch_; } in Branch()810 Node* IfTrue() const { return if_true_; } in IfTrue()811 Node* IfFalse() const { return if_false_; } in IfFalse()812 Node* Merge() const { return node(); } in Merge()814 Node* TrueInputOf(Node* phi) const { in TrueInputOf()821 Node* FalseInputOf(Node* phi) const { in FalseInputOf()830 Node* if_true_;[all …]
31 DiamondMatcher::DiamondMatcher(Node* merge) in DiamondMatcher() function in v8::internal::compiler::DiamondMatcher