HomeSort by relevance Sort by last modified time
    Searched refs:LoadAndStorePromoter (Results 1 - 4 of 4) 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,
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 625 class LoopPromoter : public LoadAndStorePromoter {
638 : LoadAndStorePromoter(Insts, S), SomePtr(SP),
ScalarReplAggregates.cpp     [all...]

Completed in 56 milliseconds