Searched defs:BlockScheduling (Results 1 – 1 of 1) sorted by relevance
2146 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP2147 BlockScheduling(BasicBlock *BB) in BlockScheduling() function2150 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 …]