HomeSort by relevance Sort by last modified time
    Searched refs:getLoopInfo (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/lib/Analysis/
Delinearization.cpp 69 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
BlockFrequencyInfo.cpp 210 LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
LoopPass.cpp 144 LI = &LIWP.getLoopInfo();
IVUsers.cpp 267 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
BranchProbabilityInfo.cpp 718 const LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 79 LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
LoopDeletion.cpp 241 LoopInfo &loopInfo = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
Sink.cpp 101 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
LoopLoadElimination.cpp 511 auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
LoopDistribute.cpp 582 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
LoopRotation.cpp 597 auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
PlaceSafepoints.cpp 149 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
    [all...]
LICM.cpp 194 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
    [all...]
LoopIdiomRecognize.cpp 203 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
    [all...]
LoopUnrollPass.cpp     [all...]
  /external/llvm/unittests/Analysis/
CFGTest.cpp 91 LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  /external/llvm/lib/Target/PowerPC/
PPCLoopDataPrefetch.cpp 107 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
PPCLoopPreIncPrep.cpp 147 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
PPCCTRLoops.cpp 172 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 96 LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 48 auto *LI = LIWP ? &LIWP->getLoopInfo() : nullptr;
LCSSA.cpp 323 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 839 LoopInfo &getLoopInfo() { return LI; }
840 const LoopInfo &getLoopInfo() const { return LI; }
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 325 LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 215 LoopInfo *getLoopInfo() const { return LI; }

Completed in 1141 milliseconds

1 2