Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2146 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
2147 BlockScheduling(BasicBlock *BB) in BlockScheduling() function
2150 void clear() { in clear()
2169 ScheduleData *getScheduleData(Value *V) { in getScheduleData()
2176 ScheduleData *getScheduleData(Value *V, Value *Key) { in getScheduleData()
2188 bool isInSchedulingRegion(ScheduleData *SD) const { in isInSchedulingRegion()
2195 void schedule(ScheduleData *SD, ReadyListType &ReadyList) { in schedule()
2274 void doForAllOpcodes(Value *V, in doForAllOpcodes()
2287 void initialFillReadyList(ReadyListType &ReadyList) { in initialFillReadyList()
2332 BasicBlock *BB;
[all …]