Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp399 BlockScheduling *BS = Iter.second.get(); in deleteTree()
728 struct BlockScheduling { struct in __anonf9942ad60111::BoUpSLP
730 BlockScheduling(BasicBlock *BB) in BlockScheduling() argument
897 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
901 void scheduleBlock(BlockScheduling *BS);
1104 BSRef = llvm::make_unique<BlockScheduling>(BB); in buildTree_rec()
1106 BlockScheduling &BS = *BSRef.get(); in buildTree_rec()
2745 bool BoUpSLP::BlockScheduling::tryScheduleBundle(ArrayRef<Value *> VL, in tryScheduleBundle()
2832 void BoUpSLP::BlockScheduling::cancelScheduling(ArrayRef<Value *> VL) { in cancelScheduling()
2858 bool BoUpSLP::BlockScheduling::extendSchedulingRegion(Value *V) { in extendSchedulingRegion()
[all …]