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()
4208 int NumToSchedule = 0; in scheduleBlock() local4211 BS->doForAllOpcodes(I, [this, &Idx, &NumToSchedule, BS](ScheduleData *SD) { in scheduleBlock()4218 NumToSchedule++; in scheduleBlock()4246 NumToSchedule--; in scheduleBlock()4248 assert(NumToSchedule == 0 && "could not schedule all instructions"); in scheduleBlock()