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 133 class LoadAndStorePromoter {
137 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
139 virtual ~LoadAndStorePromoter() {}
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 321 // LoadAndStorePromoter Implementation
324 LoadAndStorePromoter::
325 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
341 void LoadAndStorePromoter::
488 LoadAndStorePromoter::isInstInList(Instruction *I,

Completed in 34 milliseconds