Lines Matching defs:input
305 // A stack element {node, i} indicates that input i of node should be visited
314 Node* input = current->InputAt(input_index);
316 switch (state_.Get(input)) {
318 // The input is already reduced.
321 // The input is on the DFS stack right now, so it will be revisited
326 state_.Set(input, State::kOnStack);
327 stack_.push({input, 0});
412 // as long as the first input of the loop has nullptr for this variable. For
413 // non-loop effect phis, we can even keep it nullptr as long as any input has
433 TRACE(" input 0: %s#%d\n", value->op()->mnemonic(), value->id());
440 TRACE(" input %i: %s#%d\n", i, next_value->op()->mnemonic(),
443 TRACE(" input %i: nullptr\n", i);
472 // dominates the first input.
477 // If the variable is undefined on some input of this non-loop effect
836 Node* input = current->ValueInput(i);
837 current->SetEscaped(input);