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.cpp359 // LoadAndStorePromoter Implementation
362 LoadAndStorePromoter::
363 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, function in class:LoadAndStorePromoter
379 void LoadAndStorePromoter::
526 LoadAndStorePromoter::isInstInList(Instruction *I,
/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp658 class LoopPromoter : public LoadAndStorePromoter {
673 : LoadAndStorePromoter(Insts, S), SomePtr(SP),
H A DScalarReplAggregates.cpp1045 class AllocaPromoter : public LoadAndStorePromoter {
1053 : LoadAndStorePromoter(Insts, S), AI(0), DIB(DB) {}
1067 LoadAndStorePromoter::run(Insts);

Completed in 66 milliseconds