Lines Matching defs:control
125 Node* const control = NodeProperties::GetControlInput(node);
130 frame_state, effect, control);
144 Node* const control = NodeProperties::GetControlInput(node);
147 graph()->NewNode(op, closure, receiver, context, effect, control);
155 Node* const control = NodeProperties::GetControlInput(node);
163 return Change(node, op, generator, closed, effect, control);
229 Node* const control = NodeProperties::GetControlInput(node);
233 return Change(node, op, generator, effect, control);
245 Node* control = NodeProperties::GetControlInput(node);
248 Node* branch = graph()->NewNode(common()->Branch(), check, control);
307 // Remove the inputs corresponding to context, effect and control.