Home
last modified time | relevance | path

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

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