Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1238 BlockScheduling *BS = Iter.second.get(); in deleteTree()
3652 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
3653 BlockScheduling(BasicBlock *BB) in BlockScheduling() function
3952 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
3956 void scheduleBlock(BlockScheduling *BS);
7021 BSRef = std::make_unique<BlockScheduling>(BB); in buildTree_rec()
7023 BlockScheduling &BS = *BSRef; in buildTree_rec()
14453 BoUpSLP::BlockScheduling::buildBundle(ArrayRef<Value *> VL) { in buildBundle()
14482 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle()
14578 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL, in cancelScheduling()
[all …]