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

/external/v8/src/compiler/
H A Dnode-matchers.cc17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) {
21 DCHECK_NULL(if_true_);
22 if_true_ = use;
34 if_true_(nullptr),
48 if_true_ = input0;
53 if_true_ = input1;
H A Dnode-matchers.h568 bool Matched() const { return if_true_ && if_false_; }
571 Node* IfTrue() const { return if_true_; }
575 Node* if_true_; member in struct:v8::internal::compiler::BranchMatcher
585 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node());
589 Node* IfTrue() const { return if_true_; }
597 return phi->InputAt(if_true_ == Merge()->InputAt(0) ? 0 : 1);
604 return phi->InputAt(if_true_ == Merge()->InputAt(0) ? 1 : 0);
609 Node* if_true_; member in struct:v8::internal::compiler::DiamondMatcher
/external/v8/src/crankshaft/
H A Dhydrogen.h829 if_true_(if_true),
845 HBasicBlock* if_true() const { return if_true_; }
854 HBasicBlock* if_true_; member in class:v8::internal::final

Completed in 238 milliseconds