Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h136 class LoadAndStorePromoter {
141 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
143 virtual ~LoadAndStorePromoter() = default;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp320 LoadAndStorePromoter::
321 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter() function in LoadAndStorePromoter
336 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
478 LoadAndStorePromoter::isInstInList(Instruction *I, in isInstInList()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp157 class PGOCounterPromoterHelper : public LoadAndStorePromoter {
165 : LoadAndStorePromoter({L, S}, SSA), Store(S), ExitBlocks(ExitBlocks), in PGOCounterPromoterHelper()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1766 class LoopPromoter : public LoadAndStorePromoter {
1808 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA), in LoopPromoter()