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-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4208 int NumToSchedule = 0; in scheduleBlock() local
4211 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()