Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3157 int NumToSchedule = 0; in scheduleBlock() local
3167 NumToSchedule++; in scheduleBlock()
3194 NumToSchedule--; in scheduleBlock()
3196 assert(NumToSchedule == 0 && "could not schedule all instructions"); in scheduleBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5223 int NumToSchedule = 0; in scheduleBlock() local
5226 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()