Searched defs:LoadAndStorePromoter (Results 1 - 2 of 2) 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,

Completed in 198 milliseconds