Searched defs:BlockScheduling (Results 1 – 1 of 1) sorted by relevance
1934 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP1935 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument1938 void clear() { in clear()1957 ScheduleData *getScheduleData(Value *V) { in getScheduleData()1964 ScheduleData *getScheduleData(Value *V, Value *Key) { in getScheduleData()1976 bool isInSchedulingRegion(ScheduleData *SD) const { in isInSchedulingRegion()1983 void schedule(ScheduleData *SD, ReadyListType &ReadyList) { in schedule()2047 void doForAllOpcodes(Value *V, in doForAllOpcodes()2060 void initialFillReadyList(ReadyListType &ReadyList) { in initialFillReadyList()2105 BasicBlock *BB;[all …]