Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3652 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
3653 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument
3656 void clear() { in clear()
3676 ScheduleData *getScheduleData(Instruction *I) { in getScheduleData()
3686 ScheduleData *getScheduleData(Value *V) { in getScheduleData()
3692 ScheduleData *getScheduleData(Value *V, Value *Key) { in getScheduleData()
3704 bool isInSchedulingRegion(ScheduleData *SD) const { in isInSchedulingRegion()
3711 void schedule(ScheduleData *SD, ReadyListType &ReadyList) { in schedule()
3805 void verify() { in verify()
3832 void doForAllOpcodes(Value *V, in doForAllOpcodes()
[all …]