Home
last modified time | relevance | path

Searched defs:BlockScheduling (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp703 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
705 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument
715 void clear() { in clear()
734 ScheduleData *getScheduleData(Value *V) { in getScheduleData()
741 bool isInSchedulingRegion(ScheduleData *SD) { in isInSchedulingRegion()
748 void schedule(ScheduleData *SD, ReadyListType &ReadyList) { in schedule()
786 void initialFillReadyList(ReadyListType &ReadyList) { in initialFillReadyList()
822 BasicBlock *BB;
825 std::vector<std::unique_ptr<ScheduleData[]>> ScheduleDataChunks;
828 int ChunkSize;
[all …]