Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1921 BlockScheduling *BS = Iter.second.get(); in deleteTree()
4751 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
4752 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument
5090 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
5094 void scheduleBlock(BlockScheduling *BS);
10295 BSRef = std::make_unique<BlockScheduling>(BB); in buildTreeRec()
10297 BlockScheduling &BS = *BSRef; in buildTreeRec()
19423 BoUpSLP::BlockScheduling::buildBundle(ArrayRef<Value *> VL) { in buildBundle()
19445 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle()
19566 BoUpSLP::ScheduleData *BoUpSLP::BlockScheduling::allocateScheduleDataChunks() { in allocateScheduleDataChunks()
[all …]