Lines Matching refs:getID
517 unsigned PredID = Pred->getID(); in addPred()
521 if (PredID == P->getID()) in addPred()
529 return PredID == S.first->getID(); in addPred()
536 unsigned SuccID = Succ->getID(); in addSucc()
540 if (SuccID == S.first->getID()) { in addSucc()
552 [=](SIScheduleBlock *P) { return SuccID == P->getID(); }) && in addSucc()
627 return CurrentBlocks[Node2CurrentBlock[SU->NodeNum]]->getID() == ID; in isSUInBlock()
1265 if (!--TopDownBlock2Index[Pred->getID()]) in topologicalSort()
1266 WorkList.push_back(Pred->getID()); in topologicalSort()
1275 assert(TopDownBlock2Index[i] > TopDownBlock2Index[Pred->getID()] && in topologicalSort()
1428 if (topoInd < BlocksStruct.TopDownBlock2Index[Pred->getID()]) { in SIScheduleBlockScheduler()
1429 topoInd = BlocksStruct.TopDownBlock2Index[Pred->getID()]; in SIScheduleBlockScheduler()
1455 assert(Block->getID() == i); in SIScheduleBlockScheduler()
1514 dbgs() << ' ' << Block->getID(); in SIScheduleBlockScheduler()
1581 << Block->getID() << ' '; in pickBlock()
1604 LastPosHighLatencyParentScheduled[TryCand.Block->getID()] - in pickBlock()
1620 LLVM_DEBUG(dbgs() << "Best Current Choice: " << Cand.Block->getID() << ' ' in pickBlock()
1625 LLVM_DEBUG(dbgs() << "Picking: " << Cand.Block->getID() << '\n'; in pickBlock()
1666 if (--BlockNumPredsLeft[Block.first->getID()] == 0) in releaseBlockSuccs()
1671 LastPosHighLatencyParentScheduled[Block.first->getID()] = NumBlockScheduled; in releaseBlockSuccs()
1679 for (const auto &RegP : LiveOutRegsNumUsages[Block->getID()]) { in blockScheduled()
1685 if (LastPosHighLatencyParentScheduled[Block->getID()] > in blockScheduled()
1688 LastPosHighLatencyParentScheduled[Block->getID()]; in blockScheduled()