Home
last modified time | relevance | path

Searched refs:if_true_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.cc17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) { in BranchMatcher()
21 DCHECK_NULL(if_true_); in BranchMatcher()
22 if_true_ = use; in BranchMatcher()
34 if_true_(nullptr), in DiamondMatcher()
48 if_true_ = input0; in DiamondMatcher()
53 if_true_ = input1; in DiamondMatcher()
Dnode-matchers.h662 bool Matched() const { return if_true_ && if_false_; } in Matched()
665 Node* IfTrue() const { return if_true_; } in IfTrue()
669 Node* if_true_;
679 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node()); in IfProjectionsAreOwned()
683 Node* IfTrue() const { return if_true_; } in IfTrue()
691 return phi->InputAt(if_true_ == Merge()->InputAt(0) ? 0 : 1); in TrueInputOf()
698 return phi->InputAt(if_true_ == Merge()->InputAt(0) ? 1 : 0); in FalseInputOf()
703 Node* if_true_; member
/external/v8/src/crankshaft/
Dhydrogen.h857 if_true_(if_true), in TestContext()
873 HBasicBlock* if_true() const { return if_true_; } in if_true()
882 HBasicBlock* if_true_; variable