Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h134 class LoadAndStorePromoter {
139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
141 virtual ~LoadAndStorePromoter() {} in ~LoadAndStorePromoter()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp324 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/
DLICM.cpp740 class LoopPromoter : public LoadAndStorePromoter {
776 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA), in LoopPromoter()
DScalarReplAggregates.cpp1050 class AllocaPromoter : public LoadAndStorePromoter {
1058 : LoadAndStorePromoter(Insts, S), AI(nullptr), DIB(DB) {} in AllocaPromoter()
1073 LoadAndStorePromoter::run(Insts); in run()