Lines Matching refs:BlockScheduling
548 BlockScheduling *BS = Iter.second.get(); in deleteTree()
965 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
966 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument
1172 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
1176 void scheduleBlock(BlockScheduling *BS);
1517 BSRef = llvm::make_unique<BlockScheduling>(BB); in buildTree_rec()
1519 BlockScheduling &BS = *BSRef.get(); in buildTree_rec()
3813 bool BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, in tryScheduleBundle()
3902 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL, in cancelScheduling()
3929 BoUpSLP::ScheduleData *BoUpSLP::BlockScheduling::allocateScheduleDataChunks() { in allocateScheduleDataChunks()
3938 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V, in extendSchedulingRegion()
4015 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData()
4051 void BoUpSLP::BlockScheduling::calculateDependencies(ScheduleData *SD, in calculateDependencies()
4176 void BoUpSLP::BlockScheduling::resetSchedule() { in resetSchedule()
4190 void BoUpSLP::scheduleBlock(BlockScheduling *BS) { in scheduleBlock()