Searched refs:LoadAndStorePromoter (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | SSAUpdater.h | 136 class LoadAndStorePromoter { 141 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, 143 virtual ~LoadAndStorePromoter() = default;
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SSAUpdater.cpp | 320 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 157 class PGOCounterPromoterHelper : public LoadAndStorePromoter { 165 : LoadAndStorePromoter({L, S}, SSA), Store(S), ExitBlocks(ExitBlocks), in PGOCounterPromoterHelper()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1780 class LoopPromoter : public LoadAndStorePromoter { 1821 : LoadAndStorePromoter(Insts, S), SomePtr(SP), LoopExitBlocks(LEB), in LoopPromoter()
|