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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp601 BlockScheduling *BS = Iter.second.get();
1886 /// the current SchedulingRegionID of BlockScheduling.
1934 struct BlockScheduling { struct in namespace:llvm::slpvectorizer
1935 BlockScheduling(BasicBlock *BB) function in struct:llvm::slpvectorizer::BlockScheduling
2160 /// Attaches the BlockScheduling structures to basic blocks.
2161 MapVector<BasicBlock *, std::unique_ptr<BlockScheduling>> BlocksSchedules;
2165 void scheduleBlock(BlockScheduling *BS);
2548 BSRef = std::make_unique<BlockScheduling>(BB);
2550 BlockScheduling &BS = *BSRef.get();
4825 BoUpSLP::BlockScheduling
[all...]

Completed in 179 milliseconds