Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6350 int NumToSchedule = 0; in scheduleBlock() local
6353 BS->doForAllOpcodes(I, [this, &Idx, &NumToSchedule, BS](ScheduleData *SD) { in scheduleBlock()
6360 NumToSchedule++; in scheduleBlock()
6388 NumToSchedule--; in scheduleBlock()
6390 assert(NumToSchedule == 0 && "could not schedule all instructions"); in scheduleBlock()