HomeSort by relevance Sort by last modified time
    Searched defs:LoadAndStorePromoter (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 116 /// LoadAndStorePromoter - This little helper class provides a convenient way to
124 class LoadAndStorePromoter {
128 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
130 virtual ~LoadAndStorePromoter() {}
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 356 // LoadAndStorePromoter Implementation
359 LoadAndStorePromoter::
360 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
376 void LoadAndStorePromoter::
523 LoadAndStorePromoter::isInstInList(Instruction *I,

Completed in 75 milliseconds