Lines Matching refs:NewNode
527 effect = graph()->NewNode(checkpoint->op(), new_checkpoint_state, effect, in TryReuseDispatch()
540 graph()->NewNode(node->op(), input_count, inputs); in TryReuseDispatch()
577 graph()->NewNode(simplified()->ReferenceEqual(), callee, target); in CreateOrReuseDispatch()
579 graph()->NewNode(common()->Branch(), check, fallthrough_control); in CreateOrReuseDispatch()
580 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in CreateOrReuseDispatch()
581 if_successes[i] = graph()->NewNode(common()->IfTrue(), branch); in CreateOrReuseDispatch()
598 graph()->NewNode(node->op(), input_count, inputs); in CreateOrReuseDispatch()
641 if_successes[i] = graph()->NewNode(common()->IfSuccess(), calls[i]); in InlineCandidate()
643 graph()->NewNode(common()->IfException(), calls[i], calls[i]); in InlineCandidate()
648 graph()->NewNode(common()->Merge(num_calls), num_calls, if_exceptions); in InlineCandidate()
650 Node* exception_effect = graph()->NewNode(common()->EffectPhi(num_calls), in InlineCandidate()
652 Node* exception_value = graph()->NewNode( in InlineCandidate()
661 graph()->NewNode(common()->Merge(num_calls), num_calls, if_successes); in InlineCandidate()
664 graph()->NewNode(common()->EffectPhi(num_calls), num_calls + 1, calls); in InlineCandidate()
666 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, num_calls), in InlineCandidate()