Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1061 BlockScheduling *BS = Iter.second.get(); in deleteTree()
3090 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
3091 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument
3390 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
3394 void scheduleBlock(BlockScheduling *BS);
5262 BSRef = std::make_unique<BlockScheduling>(BB); in buildTree_rec()
5264 BlockScheduling &BS = *BSRef; in buildTree_rec()
10387 BoUpSLP::BlockScheduling::buildBundle(ArrayRef<Value *> VL) { in buildBundle()
10416 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle()
10512 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL, in cancelScheduling()
[all …]