Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurCycle

179     void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
627 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) {
628 DEBUG(dbgs() << "*** Scheduling [" << CurCycle << "]: ");
632 assert(CurCycle >= SU->getDepth() &&
634 SU->setDepthToAtLeast(CurCycle);
644 unsigned CurCycle = 0;
678 if (PendingQueue[i]->getDepth() <= CurCycle) {
717 ScheduleNodeTopDown(FoundSUnit, CurCycle);
721 DEBUG(dbgs() << "*** Max instructions per cycle " << CurCycle << '\n');
723 ++CurCycle;
728 DEBUG(dbgs() << "*** Finished cycle " << CurCycle << '\n');
733 DEBUG(dbgs() << "*** Stall in cycle " << CurCycle << '\n');
740 DEBUG(dbgs() << "*** Emitting noop in cycle " << CurCycle << '\n');
746 ++CurCycle;