Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CurCycle

172     void ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle);
577 void SchedulePostRATDList::ScheduleNodeTopDown(SUnit *SU, unsigned CurCycle) {
578 DEBUG(dbgs() << "*** Scheduling [" << CurCycle << "]: ");
582 assert(CurCycle >= SU->getDepth() &&
584 SU->setDepthToAtLeast(CurCycle);
594 unsigned CurCycle = 0;
628 if (PendingQueue[i]->getDepth() <= CurCycle) {
667 ScheduleNodeTopDown(FoundSUnit, CurCycle);
671 DEBUG(dbgs() << "*** Max instructions per cycle " << CurCycle << '\n');
673 ++CurCycle;
678 DEBUG(dbgs() << "*** Finished cycle " << CurCycle << '\n');
683 DEBUG(dbgs() << "*** Stall in cycle " << CurCycle << '\n');
690 DEBUG(dbgs() << "*** Emitting noop in cycle " << CurCycle << '\n');
696 ++CurCycle;