Home
last modified time | relevance | path

Searched refs:if_false_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.cc17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) { in BranchMatcher()
24 DCHECK_NULL(if_false_); in BranchMatcher()
25 if_false_ = use; in BranchMatcher()
35 if_false_(nullptr) { in DiamondMatcher()
49 if_false_ = input1; in DiamondMatcher()
54 if_false_ = input0; in DiamondMatcher()
Dnode-matchers.h707 bool Matched() const { return if_true_ && if_false_; } in Matched()
711 Node* IfFalse() const { return if_false_; } in IfFalse()
715 Node* if_false_; member
724 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node()); in IfProjectionsAreOwned()
729 Node* IfFalse() const { return if_false_; } in IfFalse()
749 Node* if_false_; member