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 492 if (m.HasIndexInput() && left->OwnedBy(node)) {
498 if (right->opcode() == AddMatcher::kSubOpcode && right->OwnedBy(node)) {
509 if (right->opcode() == AddMatcher::kAddOpcode && right->OwnedBy(node)) {
529 if (left->opcode() == AddMatcher::kSubOpcode && left->OwnedBy(node)) {
534 if (left_matcher.HasIndexInput() && left_left->OwnedBy(left)) {
554 if (left->opcode() == AddMatcher::kAddOpcode && left->OwnedBy(node)) {
558 if (left_matcher.HasIndexInput() && left_left->OwnedBy(left)) {
679 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));
node.h 185 bool OwnedBy(Node* owner) const {
190 bool OwnedBy(Node const* owner1, Node const* owner2) const;
node.cc 284 bool Node::OwnedBy(Node const* owner1, Node const* owner2) const {
instruction-selector.cc 244 return node->OwnedBy(user);
    [all...]
effect-control-linearizer.cc 208 if (!cond->OwnedBy(branch) || cond->opcode() != IrOpcode::kPhi) return;
    [all...]

Completed in 116 milliseconds