Lines Matching refs:NewNode
391 return_inputs.push_back(graph()->NewNode(common()->Int32Constant(0))); in InlineCall()
397 graph()->NewNode(common()->Projection(i), input, input)); in InlineCall()
409 Node* ret = graph()->NewNode(common()->Return(return_arity), in InlineCall()
426 graph()->NewNode(common()->Merge(handler_count), handler_count, in InlineCall()
438 effects.push_back(graph()->NewNode(common()->LoopExitEffect(), in InlineCall()
440 values.push_back(graph()->NewNode( in InlineCall()
448 Node* value_output = graph()->NewNode( in InlineCall()
451 Node* effect_output = graph()->NewNode(common()->EffectPhi(handler_count), in InlineCall()
470 Node* control_output = graph()->NewNode(common()->Merge(return_count), in InlineCall()
474 graph()->NewNode(common()->EffectPhi(return_count), in InlineCall()
494 Node* ith_value_output = graph()->NewNode( in InlineCall()