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 114 /// LoadAndStorePromoter - This little helper class provides a convenient way to
122 class LoadAndStorePromoter {
126 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
128 virtual ~LoadAndStorePromoter() {}
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 356 // LoadAndStorePromoter Implementation
359 LoadAndStorePromoter::
360 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
376 void LoadAndStorePromoter::

Completed in 164 milliseconds