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

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h116 /// LoadAndStorePromoter - This little helper class provides a convenient way to
124 class LoadAndStorePromoter { class in namespace:llvm
128 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
130 virtual ~LoadAndStorePromoter() {}
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp356 // LoadAndStorePromoter Implementation
359 LoadAndStorePromoter::
360 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, function in class:LoadAndStorePromoter
376 void LoadAndStorePromoter::
523 LoadAndStorePromoter::isInstInList(Instruction *I,
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp625 class LoopPromoter : public LoadAndStorePromoter {
638 : LoadAndStorePromoter(Insts, S), SomePtr(SP),
H A DScalarReplAggregates.cpp929 class AllocaPromoter : public LoadAndStorePromoter {
937 : LoadAndStorePromoter(Insts, S), AI(0), DIB(DB) {}
951 LoadAndStorePromoter::run(Insts);

Completed in 77 milliseconds