Searched refs:BlockScheduling (Results 1 – 1 of 1) sorted by relevance
665 BlockScheduling *BS = Iter.second.get(); in deleteTree()2163 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP2164 BlockScheduling(BasicBlock *BB) in BlockScheduling() function2408 void scheduleBlock(BlockScheduling *BS);2801 BSRef = std::make_unique<BlockScheduling>(BB); in buildTree_rec()2803 BlockScheduling &BS = *BSRef.get(); in buildTree_rec()6041 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL, in cancelScheduling()6077 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V, in extendSchedulingRegion()6153 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData()6315 void BoUpSLP::BlockScheduling::resetSchedule() { in resetSchedule()[all …]