Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1062 BlockScheduling *BS = Iter.second.get(); in deleteTree()
3235 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
3236 BlockScheduling(BasicBlock *BB) in BlockScheduling() function
3538 void scheduleBlock(BlockScheduling *BS);
5871 BSRef = std::make_unique<BlockScheduling>(BB); in buildTree_rec()
5873 BlockScheduling &BS = *BSRef; in buildTree_rec()
12441 BoUpSLP::BlockScheduling::buildBundle(ArrayRef<Value *> VL) { in buildBundle()
12610 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V, in extendSchedulingRegion()
12700 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData()
12930 void BoUpSLP::BlockScheduling::resetSchedule() { in resetSchedule()
[all …]