Searched defs:LoadAndStorePromoter (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h133 class LoadAndStorePromoter { class in namespace:llvm
137 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
139 virtual ~LoadAndStorePromoter() {}
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp321 // LoadAndStorePromoter Implementation
324 LoadAndStorePromoter::
325 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts, function in class:LoadAndStorePromoter
341 void LoadAndStorePromoter::
488 LoadAndStorePromoter::isInstInList(Instruction *I,

Completed in 121 milliseconds