Lines Matching refs:NewNode
198 graph()->NewNode(simplified()->ReferenceEqual(), callee, target); in InlineCandidate()
200 graph()->NewNode(common()->Branch(), check, fallthrough_control); in InlineCandidate()
201 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in InlineCandidate()
202 if_successes[i] = graph()->NewNode(common()->IfTrue(), branch); in InlineCandidate()
211 calls[i] = graph()->NewNode(node->op(), input_count, inputs); in InlineCandidate()
212 if_successes[i] = graph()->NewNode(common()->IfSuccess(), calls[i]); in InlineCandidate()
229 graph()->NewNode(common()->IfException(), calls[i], calls[i]); in InlineCandidate()
232 graph()->NewNode(common()->Merge(num_calls), num_calls, if_exceptions); in InlineCandidate()
234 Node* exception_effect = graph()->NewNode(common()->EffectPhi(num_calls), in InlineCandidate()
236 Node* exception_value = graph()->NewNode( in InlineCandidate()
245 graph()->NewNode(common()->Merge(num_calls), num_calls, if_successes); in InlineCandidate()
248 graph()->NewNode(common()->EffectPhi(num_calls), num_calls + 1, calls); in InlineCandidate()
250 graph()->NewNode(common()->Phi(MachineRepresentation::kTagged, num_calls), in InlineCandidate()