Searched refs:NumToSchedule (Results 1 – 2 of 2) sorted by relevance
3157 int NumToSchedule = 0; in scheduleBlock() local3167 NumToSchedule++; in scheduleBlock()3194 NumToSchedule--; in scheduleBlock()3196 assert(NumToSchedule == 0 && "could not schedule all instructions"); in scheduleBlock()
5223 int NumToSchedule = 0; in scheduleBlock() local5226 BS->doForAllOpcodes(I, [this, &Idx, &NumToSchedule, BS](ScheduleData *SD) { in scheduleBlock()5233 NumToSchedule++; in scheduleBlock()5261 NumToSchedule--; in scheduleBlock()5263 assert(NumToSchedule == 0 && "could not schedule all instructions"); in scheduleBlock()