Searched refs:NumToSchedule (Results 1 – 1 of 1) sorted by relevance
6075 int NumToSchedule = 0; in scheduleBlock() local6078 BS->doForAllOpcodes(I, [this, &Idx, &NumToSchedule, BS](ScheduleData *SD) { in scheduleBlock()6085 NumToSchedule++; in scheduleBlock()6113 NumToSchedule--; in scheduleBlock()6115 assert(NumToSchedule == 0 && "could not schedule all instructions"); in scheduleBlock()