Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h136 class LoadAndStorePromoter {
141 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
143 virtual ~LoadAndStorePromoter() = default;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp321 LoadAndStorePromoter::
322 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter() function in LoadAndStorePromoter
337 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
476 LoadAndStorePromoter::isInstInList(Instruction *I, in isInstInList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp178 class PGOCounterPromoterHelper : public LoadAndStorePromoter {
186 : LoadAndStorePromoter({L, S}, SSA), Store(S), ExitBlocks(ExitBlocks), in PGOCounterPromoterHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1839 class LoopPromoter : public LoadAndStorePromoter {
1881 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA), in LoopPromoter()