Searched refs:BlockScheduling (Results 1 – 1 of 1) sorted by relevance
1061 BlockScheduling *BS = Iter.second.get(); in deleteTree()3090 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP3091 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument3390 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 …]