Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp661 BlockScheduling *BS = Iter.second.get(); in deleteTree()
2146 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
2147 BlockScheduling(BasicBlock *BB) in BlockScheduling() function
2388 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
2392 void scheduleBlock(BlockScheduling *BS);
2788 BSRef = std::make_unique<BlockScheduling>(BB); in buildTree_rec()
2790 BlockScheduling &BS = *BSRef.get(); in buildTree_rec()
5668 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle()
5764 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL, in cancelScheduling()
5791 BoUpSLP::ScheduleData *BoUpSLP::BlockScheduling::allocateScheduleDataChunks() { in allocateScheduleDataChunks()
[all …]