Lines Matching defs:input
110 // becomes the control input of the start of the inlinee, and {effect} becomes
111 // the effect input of the start of the inlinee.
132 // There is an input from the call, and the index is a value
133 // projection but not the context, so rewire the input.
207 for (Node* const input : end->inputs()) {
208 switch (input->opcode()) {
210 values.push_back(NodeProperties::GetValueInput(input, 1));
211 effects.push_back(NodeProperties::GetEffectInput(input));
212 controls.push_back(NodeProperties::GetControlInput(input));
217 NodeProperties::MergeControlToEnd(graph(), common(), input);
627 // Note that the context has to be the callers context (input to call node).
686 // Fix input destroyed by the above {ReplaceWithValue} call.