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

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
140 virtual ~LoadAndStorePromoter() {}
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 320 // LoadAndStorePromoter Implementation
323 LoadAndStorePromoter::
324 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
340 void LoadAndStorePromoter::
487 LoadAndStorePromoter::isInstInList(Instruction *I,
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 683 class LoopPromoter : public LoadAndStorePromoter {
718 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA),
    [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp 797 /// \brief Implementation of LoadAndStorePromoter for promoting allocas.
799 /// This subclass of LoadAndStorePromoter adds overrides to handle promoting
804 class AllocaPromoter : public LoadAndStorePromoter {
814 : LoadAndStorePromoter(Insts, S), AI(AI), DIB(DIB) {}
827 LoadAndStorePromoter::run(Insts);
    [all...]

Completed in 225 milliseconds