Searched refs:OwnedBy (Results 1 – 6 of 6) sorted by relevance
543 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()
192 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()
155 bool OwnedBy(Node* owner) const { in OwnedBy() function160 bool OwnedBy(Node const* owner1, Node const* owner2) const;
284 bool Node::OwnedBy(Node const* owner1, Node const* owner2) const { in OwnedBy() function in v8::internal::compiler::Node
270 return node->OwnedBy(user); in CanCover()
230 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return; in TryCloneBranch()