Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h151 class LoadAndStorePromoter {
156 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
158 virtual ~LoadAndStorePromoter() = default;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp371 LoadAndStorePromoter::
372 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter() function in LoadAndStorePromoter
387 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
529 LoadAndStorePromoter::isInstInList(Instruction *I, in isInstInList()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp406 class PGOCounterPromoterHelper : public LoadAndStorePromoter {
414 : LoadAndStorePromoter({L, S}, SSA), Store(S), ExitBlocks(ExitBlocks), in PGOCounterPromoterHelper()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1809 class LoopPromoter : public LoadAndStorePromoter {
1851 : LoadAndStorePromoter(Insts, S), SomePtr(SP), LoopExitBlocks(LEB), in LoopPromoter()