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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1983 void schedule(ScheduleData *SD, ReadyListType &ReadyList) { argument
1996 auto &&DecrUnsched = [this, &ReadyList](Instruction *I) {
1997 doForAllOpcodes(I, [&ReadyList](ScheduleData *OpDef) {
2006 ReadyList.insert(DepBundle);
2038 ReadyList.insert(DepBundle);
2058 /// Put all instructions into the ReadyList which are ready for scheduling.
2060 void initialFillReadyList(ReadyListType &ReadyList) { argument
2064 ReadyList.insert(SD);
2126 struct ReadyList : SmallVector<ScheduleData *, 8> { struct in struct:llvm::slpvectorizer::BlockScheduling
2131 ReadyList ReadyInst
[all...]

Completed in 215 milliseconds