Searched refs:BlockScheduling (Results 1 – 1 of 1) sorted by relevance
351 BlockScheduling *BS = Iter.second.get(); in deleteTree()703 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP705 BlockScheduling(BasicBlock *BB) in BlockScheduling() function872 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;876 void scheduleBlock(BlockScheduling *BS);1084 BSRef = llvm::make_unique<BlockScheduling>(BB); in buildTree_rec()1086 BlockScheduling &BS = *BSRef.get(); in buildTree_rec()2804 bool BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, in tryScheduleBundle()2891 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL) { in cancelScheduling()2917 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V) { in extendSchedulingRegion()[all …]