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.h678 bool Matched() const { return if_true_ && if_false_; } in Matched()
681 Node* IfTrue() const { return if_true_; } in IfTrue()
685 Node* if_true_;
695 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node()); in IfProjectionsAreOwned()
699 Node* IfTrue() const { return if_true_; } in IfTrue()
707 return phi->InputAt(if_true_ == Merge()->InputAt(0) ? 0 : 1); in TrueInputOf()
714 return phi->InputAt(if_true_ == Merge()->InputAt(0) ? 1 : 0); in FalseInputOf()
719 Node* if_true_; member
/external/v8/src/crankshaft/
Dhydrogen.h852 if_true_(if_true), in TestContext()
868 HBasicBlock* if_true() const { return if_true_; } in if_true()
877 HBasicBlock* if_true_; variable