Searched refs:LoadAndStorePromoter (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdater.h | 134 class LoadAndStorePromoter { 139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts, 141 virtual ~LoadAndStorePromoter() {} in ~LoadAndStorePromoter()
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 324 LoadAndStorePromoter:: 325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts, in LoadAndStorePromoter() function in LoadAndStorePromoter 341 void LoadAndStorePromoter:: 482 LoadAndStorePromoter::isInstInList(Instruction *I, in isInstInList()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 740 class LoopPromoter : public LoadAndStorePromoter { 776 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA), in LoopPromoter()
|
D | ScalarReplAggregates.cpp | 1050 class AllocaPromoter : public LoadAndStorePromoter { 1058 : LoadAndStorePromoter(Insts, S), AI(nullptr), DIB(DB) {} in AllocaPromoter() 1073 LoadAndStorePromoter::run(Insts); in run()
|