Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h800 struct V8_EXPORT_PRIVATE DiamondMatcher struct
804 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 …]
Dnode-matchers.cc31 DiamondMatcher::DiamondMatcher(Node* merge) in DiamondMatcher() function in v8::internal::compiler::DiamondMatcher