Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h543 if (left_matcher.HasIndexInput() && left_left->OwnedBy(left)) { in Initialize()
568 if (left_matcher.HasIndexInput() && left_left->OwnedBy(left)) { in Initialize()
578 if (left->OwnedBy(node)) { in Initialize()
603 if (left->OwnedBy(node)) { in Initialize()
724 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node()); in IfProjectionsAreOwned()
Dcommon-operator-reducer.cc192 if_true->InputAt(0) == if_false->InputAt(0) && if_true->OwnedBy(node) && in ReduceMerge()
193 if_false->OwnedBy(node)) { in ReduceMerge()
196 DCHECK(branch->OwnedBy(if_true, if_false)); in ReduceMerge()
350 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.cc270 return node->OwnedBy(user); in CanCover()
Deffect-control-linearizer.cc230 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return; in TryCloneBranch()