HomeSort by relevance Sort by last modified time
    Searched refs:OwnedBy (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
tail-call-optimization.cc 32 call->OwnedBy(node, control) && control->OwnedBy(node)) {
node-matchers.h 537 if (left_matcher.HasIndexInput() && left_left->OwnedBy(left)) {
562 if (left_matcher.HasIndexInput() && left_left->OwnedBy(left)) {
572 if (left->OwnedBy(node)) {
597 if (left->OwnedBy(node)) {
695 return if_true_->OwnedBy(node()) && if_false_->OwnedBy(node());
common-operator-reducer.cc 180 if_true->InputAt(0) == if_false->InputAt(0) && if_true->OwnedBy(node) &&
181 if_false->OwnedBy(node)) {
184 DCHECK(branch->OwnedBy(if_true, if_false));
338 if (control->OwnedBy(node, value)) {
node.h 155 bool OwnedBy(Node* owner) const {
160 bool OwnedBy(Node const* owner1, Node const* owner2) const;
node.cc 284 bool Node::OwnedBy(Node const* owner1, Node const* owner2) const {
effect-control-linearizer.cc 210 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return;
    [all...]
instruction-selector.cc 244 return node->OwnedBy(user);
    [all...]

Completed in 122 milliseconds