• Home
  • Raw
  • Download

Lines Matching refs:GetControlInput

82         Placement p = GetPlacement(NodeProperties::GetControlInput(node));  in GetPlacement()
116 Node* control = NodeProperties::GetControlInput(node); in UpdatePlacement()
128 DCHECK_EQ(node, NodeProperties::GetControlInput(use)); in UpdatePlacement()
166 Node* control = NodeProperties::GetControlInput(node); in IncrementUnscheduledUseCount()
189 Node* control = NodeProperties::GetControlInput(node); in DecrementUnscheduledUseCount()
318 Node* loop = NodeProperties::GetControlInput(node); in BuildBlocks()
420 node = NodeProperties::GetControlInput(node); in FindPredecessorBlock()
432 Node* call_control = NodeProperties::GetControlInput(call); in ConnectCall()
463 Node* branch_control = NodeProperties::GetControlInput(branch); in ConnectBranch()
485 Node* switch_control = NodeProperties::GetControlInput(sw); in ConnectSwitch()
510 Node* call_control = NodeProperties::GetControlInput(call); in ConnectTailCall()
517 Node* return_control = NodeProperties::GetControlInput(ret); in ConnectReturn()
524 Node* deoptimize_control = NodeProperties::GetControlInput(deopt); in ConnectDeoptimize()
531 Node* throw_control = NodeProperties::GetControlInput(thr); in ConnectThrow()
1166 : schedule_->block(NodeProperties::GetControlInput(node)); in Pre()
1274 Node* control = NodeProperties::GetControlInput(node); in PropagateMinimumPositionToNode()
1347 node = NodeProperties::GetControlInput(node); in ProcessQueue()
1567 Node* merge = NodeProperties::GetControlInput(use, 0); in GetBlockForUse()
1569 Node* input = NodeProperties::GetControlInput(merge, edge.index()); in GetBlockForUse()