Home
last modified time | relevance | path

Searched refs:OwnedBy (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dtail-call-optimization.cc32 call->OwnedBy(node, control) && control->OwnedBy(node)) { in Reduce()
Dnode-matchers.h537 if (left_matcher.HasIndexInput() && left_left->OwnedBy(left)) { in Initialize()
562 if (left_matcher.HasIndexInput() && left_left->OwnedBy(left)) { in Initialize()
572 if (left->OwnedBy(node)) { in Initialize()
597 if (left->OwnedBy(node)) { in Initialize()
695 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node()); in IfProjectionsAreOwned()
Dcommon-operator-reducer.cc180 if_true->InputAt(0) == if_false->InputAt(0) && if_true->OwnedBy(node) && in ReduceMerge()
181 if_false->OwnedBy(node)) { in ReduceMerge()
184 DCHECK(branch->OwnedBy(if_true, if_false)); in ReduceMerge()
338 if (control->OwnedBy(node, value)) { in ReduceReturn()
Dnode.h155 bool OwnedBy(Node* owner) const { in OwnedBy() function
160 bool OwnedBy(Node const* owner1, Node const* owner2) const;
Dnode.cc284 bool Node::OwnedBy(Node const* owner1, Node const* owner2) const { in OwnedBy() function in v8::internal::compiler::Node
Dinstruction-selector.cc244 return node->OwnedBy(user); in CanCover()
Deffect-control-linearizer.cc210 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return; in TryCloneBranch()