Searched refs:ReadyList (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1997 void schedule(ScheduleData *SD, ReadyListType &ReadyList) { argument
2010 auto &&DecrUnsched = [this, &ReadyList](Instruction *I) {
2011 doForAllOpcodes(I, [&ReadyList](ScheduleData *OpDef) {
2020 ReadyList.insert(DepBundle);
2066 ReadyList.insert(DepBundle);
2086 /// Put all instructions into the ReadyList which are ready for scheduling.
2088 void initialFillReadyList(ReadyListType &ReadyList) { argument
2092 ReadyList.insert(SD);
2154 struct ReadyList : SmallVector<ScheduleData *, 8> { struct in struct:llvm::slpvectorizer::BlockScheduling
2159 ReadyList ReadyInst
[all...]

Completed in 51 milliseconds