Home
last modified time | relevance | path

Searched refs:NumToSchedule (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6075 int NumToSchedule = 0; in scheduleBlock() local
6078 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()