Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp548 BlockScheduling *BS = Iter.second.get(); in deleteTree()
965 struct BlockScheduling { struct in llvm::slpvectorizer::BoUpSLP
966 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument
1176 void scheduleBlock(BlockScheduling *BS);
1517 BSRef = llvm::make_unique<BlockScheduling>(BB); in buildTree_rec()
1519 BlockScheduling &BS = *BSRef.get(); in buildTree_rec()
3902 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL, in cancelScheduling()
3938 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V, in extendSchedulingRegion()
4015 void BoUpSLP::BlockScheduling::initScheduleData(Instruction *FromI, in initScheduleData()
4176 void BoUpSLP::BlockScheduling::resetSchedule() { in resetSchedule()
[all …]