Lines Matching refs:GetControlInput
105 Placement p = GetPlacement(NodeProperties::GetControlInput(node));
143 Node* control = NodeProperties::GetControlInput(node);
155 DCHECK_EQ(node, NodeProperties::GetControlInput(use));
192 node = NodeProperties::GetControlInput(node);
211 node = NodeProperties::GetControlInput(node);
342 Node* loop = NodeProperties::GetControlInput(node);
444 node = NodeProperties::GetControlInput(node);
456 Node* call_control = NodeProperties::GetControlInput(call);
522 Node* branch_control = NodeProperties::GetControlInput(branch);
544 Node* switch_control = NodeProperties::GetControlInput(sw);
575 Node* call_control = NodeProperties::GetControlInput(call);
582 Node* return_control = NodeProperties::GetControlInput(ret);
589 Node* deoptimize_control = NodeProperties::GetControlInput(deopt);
596 Node* throw_control = NodeProperties::GetControlInput(thr);
1348 : schedule_->block(NodeProperties::GetControlInput(node));
1457 Node* control = NodeProperties::GetControlInput(node);
1536 node = NodeProperties::GetControlInput(node);
1761 // DCHECK_EQ(edge.to(), NodeProperties::GetControlInput(use));
1769 Node* merge = NodeProperties::GetControlInput(use, 0);
1771 Node* input = NodeProperties::GetControlInput(merge, edge.index());