Lines Matching defs:input
324 Node* input = state_values->InputAt(i);
325 if (input->opcode() == IrOpcode::kStateValues) {
326 if (!CollectStateValuesOwnedUses(node, input, uses_buffer, use_count,
330 } else if (input == node) {
349 Node* input = state_values->InputAt(i);
351 if (input->opcode() == IrOpcode::kStateValues) {
352 processed = DuplicateStateValuesAndRename(input, from, to, mode);
353 } else if (input == from) {
356 processed = input;
358 if (processed != input) {
682 // The first input to the call is the actual target (which we specialize
683 // to the known {target}); the last input is the control dependency.
685 // to the same node as the {node}'s target input, so that we can later