Lines Matching refs:NewNode
620 effect_phi_effect = graph()->NewNode( in TryReuseDispatch()
633 graph()->NewNode(node->op(), input_count, inputs); in TryReuseDispatch()
672 graph()->NewNode(simplified()->ReferenceEqual(), callee, target); in CreateOrReuseDispatch()
674 graph()->NewNode(common()->Branch(), check, fallthrough_control); in CreateOrReuseDispatch()
675 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in CreateOrReuseDispatch()
676 if_successes[i] = graph()->NewNode(common()->IfTrue(), branch); in CreateOrReuseDispatch()
697 graph()->NewNode(node->op(), input_count, inputs); in CreateOrReuseDispatch()
739 if_successes[i] = graph()->NewNode(common()->IfSuccess(), calls[i]); in InlineCandidate()
741 graph()->NewNode(common()->IfException(), calls[i], calls[i]); in InlineCandidate()
746 graph()->NewNode(common()->Merge(num_calls), num_calls, if_exceptions); in InlineCandidate()
748 Node* exception_effect = graph()->NewNode(common()->EffectPhi(num_calls), in InlineCandidate()
750 Node* exception_value = graph()->NewNode( in InlineCandidate()
759 graph()->NewNode(common()->Merge(num_calls), num_calls, if_successes); in InlineCandidate()
762 graph()->NewNode(common()->EffectPhi(num_calls), num_calls + 1, calls); in InlineCandidate()
764 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, num_calls), in InlineCandidate()