Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1934 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
1935 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument
1938 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 …]