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