Lines Matching refs:BlockScheduling
917 BlockScheduling *BS = Iter.second.get(); in deleteTree()
2892 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
2893 BlockScheduling(BasicBlock *BB) in BlockScheduling() function
3192 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
3196 void scheduleBlock(BlockScheduling *BS);
4833 BSRef = std::make_unique<BlockScheduling>(BB); in buildTree_rec()
4835 BlockScheduling &BS = *BSRef; in buildTree_rec()
9050 BoUpSLP::BlockScheduling::buildBundle(ArrayRef<Value *> VL) { in buildBundle()
9079 BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, BoUpSLP *SLP, in tryScheduleBundle()
9175 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL, in cancelScheduling()
9210 BoUpSLP::ScheduleData *BoUpSLP::BlockScheduling::allocateScheduleDataChunks() { in allocateScheduleDataChunks()
9219 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V, in extendSchedulingRegion()
9297 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData()
9342 void BoUpSLP::BlockScheduling::calculateDependencies(ScheduleData *SD, in calculateDependencies()
9524 void BoUpSLP::BlockScheduling::resetSchedule() { in resetSchedule()
9538 void BoUpSLP::scheduleBlock(BlockScheduling *BS) { in scheduleBlock()