Home
last modified time | relevance | path

Searched defs:DiamondMatcher (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h673 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_;
[all …]
Dnode-matchers.cc31 DiamondMatcher::DiamondMatcher(Node* merge) in DiamondMatcher() function in v8::internal::compiler::DiamondMatcher