Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp917 BlockScheduling *BS = Iter.second.get(); in deleteTree()
2892 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
2893 BlockScheduling(BasicBlock *BB) in BlockScheduling() function
3196 void scheduleBlock(BlockScheduling *BS);
4833 BSRef = std::make_unique<BlockScheduling>(BB); in buildTree_rec()
4835 BlockScheduling &BS = *BSRef; in buildTree_rec()
9050 BoUpSLP::BlockScheduling::buildBundle(ArrayRef<Value *> VL) { in buildBundle()
9219 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V, in extendSchedulingRegion()
9297 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData()
9524 void BoUpSLP::BlockScheduling::resetSchedule() { in resetSchedule()
[all …]