Lines Matching defs:input
105 Node* input = inputs[i];
106 ControlPathConditions from_input = node_conditions_.Get(input);
180 // TODO(manoskouk): We require that the trap's effect input is the Merge's
198 Node* input = edge.to();
199 ControlPathConditions from_input = node_conditions_.Get(input);
209 input};
217 new_merge_inputs.emplace_back(input);
349 // Add the condition to the list arriving from the input branch.
372 // input.
374 for (Node* input : inputs) {
375 if (!reduced_.Get(input)) {
386 // Merge the first input's conditions with the conditions from the other
408 // We just propagate the information from the control input (ideally,
410 Node* input = NodeProperties::GetControlInput(node, 0);
411 if (!reduced_.Get(input)) return NoChange();
412 return UpdateConditions(node, node_conditions_.Get(input));