Searched refs:if_false_ (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) {
24 DCHECK_NULL(if_false_);
25 if_false_ = use;
35 if_false_(nullptr) {
49 if_false_ = input1;
54 if_false_ = input0;
H A Dnode-matchers.h662 bool Matched() const { return if_true_ && if_false_; }
666 Node* IfFalse() const { return if_false_; }
670 Node* if_false_; member in struct:v8::internal::compiler::AddressOption::BranchMatcher
679 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node());
684 Node* IfFalse() const { return if_false_; }
704 Node* if_false_; member in struct:v8::internal::compiler::AddressOption::DiamondMatcher
/external/v8/src/crankshaft/
H A Dhydrogen.h858 if_false_(if_false) {
874 HBasicBlock* if_false() const { return if_false_; }
883 HBasicBlock* if_false_; member in class:v8::internal::final

Completed in 189 milliseconds