Lines Matching defs:control
253 * effect and control dependencies of callee's start node with the respective
257 Node* control = NodeProperties::GetControlInput(call);
273 // Projections pointing to the inlinee start are floating control.
277 : control);
401 // Add effect and control inputs.
430 for (Node* control : dangling_handlers) {
431 if (control->opcode() == IrOpcode::kIfException) {
432 effects.push_back(control);
433 values.push_back(control);
435 DCHECK_EQ(control->opcode(), IrOpcode::kLoopExit);
436 Node* if_exception = control->InputAt(0);
439 if_exception, control));
442 if_exception, control));
461 /* 4) Collect all return site value, effect, and control inputs into phis