Lines Matching defs:input
157 // Recurse on an input if necessary.
160 Node* input = node_inputs[i];
161 if (input != node && Recurse(input)) {
167 Node* input = node_inputs[i];
168 if (input != node && Recurse(input)) {
191 // In-place update of {node}, may need to recurse on an input.
194 Node* input = node_inputs[i];
195 if (input != node && Recurse(input)) {