Lines Matching refs:GetControlInput

97       Placement p = GetPlacement(NodeProperties::GetControlInput(node));  in InitializePlacement()
143 Node* control = NodeProperties::GetControlInput(node); in UpdatePlacement()
155 DCHECK_EQ(node, NodeProperties::GetControlInput(use)); in UpdatePlacement()
192 Node* control = NodeProperties::GetControlInput(node); in IncrementUnscheduledUseCount()
215 Node* control = NodeProperties::GetControlInput(node); in DecrementUnscheduledUseCount()
344 Node* loop = NodeProperties::GetControlInput(node); in BuildBlocks()
448 node = NodeProperties::GetControlInput(node); in FindPredecessorBlock()
460 Node* call_control = NodeProperties::GetControlInput(call); in ConnectCall()
491 Node* branch_control = NodeProperties::GetControlInput(branch); in ConnectBranch()
513 Node* switch_control = NodeProperties::GetControlInput(sw); in ConnectSwitch()
538 Node* call_control = NodeProperties::GetControlInput(call); in ConnectTailCall()
545 Node* return_control = NodeProperties::GetControlInput(ret); in ConnectReturn()
552 Node* deoptimize_control = NodeProperties::GetControlInput(deopt); in ConnectDeoptimize()
559 Node* throw_control = NodeProperties::GetControlInput(thr); in ConnectThrow()
1194 : schedule_->block(NodeProperties::GetControlInput(node)); in Pre()
1304 Node* control = NodeProperties::GetControlInput(node); in PropagateMinimumPositionToNode()
1378 node = NodeProperties::GetControlInput(node); in ProcessQueue()
1601 Node* merge = NodeProperties::GetControlInput(use, 0); in GetBlockForUse()
1603 Node* input = NodeProperties::GetControlInput(merge, edge.index()); in GetBlockForUse()