Home
last modified time | relevance | path

Searched refs:BlockScheduling (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp665 BlockScheduling *BS = Iter.second.get(); in deleteTree()
2163 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
2164 BlockScheduling(BasicBlock *BB) in BlockScheduling() function
2408 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 …]