reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/BasicAliasAnalysis.cpp
 2081                                  LIWP ? &LIWP->getLoopInfo() : nullptr,
lib/Analysis/BlockFrequencyInfo.cpp
  321   LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/BranchProbabilityInfo.cpp
 1028   const LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/Delinearization.cpp
   67   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/DependenceAnalysis.cpp
  151   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/IVUsers.cpp
  368   auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/LazyBlockFrequencyInfo.cpp
   56   LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/LazyBranchProbabilityInfo.cpp
   57   LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/LegacyDivergenceAnalysis.cpp
  310   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  337     auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/LoopAccessAnalysis.cpp
 2426   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/LoopPass.cpp
  163   LI = &LIWP.getLoopInfo();
lib/Analysis/MustExecute.cpp
  437   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Analysis/ScalarEvolution.cpp
12039       getAnalysis<LoopInfoWrapperPass>().getLoopInfo()));
lib/CodeGen/CodeGenPrepare.cpp
  429   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/CodeGen/HardwareLoops.cpp
  180   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  444   LoopInfo *LI = LIWP ? &LIWP->getLoopInfo() : nullptr;
lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
  129   LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  171   LI  = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
  323   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Target/Hexagon/HexagonCommonGEP.cpp
 1284   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 2428   LF = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  200   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/IPO/LoopExtractor.cpp
   98   LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/InstCombine/InstructionCombining.cpp
 3610   auto *LI = LIWP ? &LIWP->getLoopInfo() : nullptr;
lib/Transforms/Scalar/GVN.cpp
 2673         LIWP ? &LIWP->getLoopInfo() : nullptr,
lib/Transforms/Scalar/GuardWidening.cpp
  857     auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
  889     auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/IndVarSimplify.cpp
 3167     auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1776   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LICM.cpp
  221                           &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(),
lib/Transforms/Scalar/LoopDataPrefetch.cpp
  182   LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopDeletion.cpp
  256   LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopDistribute.cpp
 1019     auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopFuse.cpp
 1587     auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  273     LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopInstSimplify.cpp
  190     LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopInterchange.cpp
  457     LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopLoadElimination.cpp
  641     auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopRerollPass.cpp
 1645   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopRotation.cpp
   94     auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  723     LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopSink.cpp
  363         getAnalysis<LoopInfoWrapperPass>().getLoopInfo(),
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5743   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  447     LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopUnrollPass.cpp
 1226     LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopUnswitch.cpp
  524   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  590   LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/PlaceSafepoints.cpp
  133     LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
 1123   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2932   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/Sink.cpp
  278       auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/StructurizeCFG.cpp
 1037   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Scalar/WarnMissedTransforms.cpp
  122     auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Utils/BreakCriticalEdges.cpp
   57       auto *LI = LIWP ? &LIWP->getLoopInfo() : nullptr;
lib/Transforms/Utils/LCSSA.cpp
  471   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Utils/LoopSimplify.cpp
  799   LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Utils/LoopVersioning.cpp
  263     auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Vectorize/LoopVectorize.cpp
 1601     auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
lib/Transforms/Vectorize/SLPVectorizer.cpp
 5213     auto *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
tools/polly/lib/Analysis/PolyhedralInfo.cpp
   60   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
tools/polly/lib/Analysis/ScopDetection.cpp
 1852   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
tools/polly/lib/Analysis/ScopInfo.cpp
 2672   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
 2808   auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
tools/polly/lib/CodeGen/CodeGeneration.cpp
  330     LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
tools/polly/lib/Support/ScopHelper.cpp
  216   auto *LI = LIWP ? &LIWP->getLoopInfo() : nullptr;
tools/polly/lib/Transform/CodePreparation.cpp
   98   LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
tools/polly/lib/Transform/DeLICM.cpp
 1360     auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
tools/polly/lib/Transform/ForwardOpTree.cpp
  913     LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
tools/polly/lib/Transform/Simplify.cpp
  648     LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
unittests/Analysis/CFGTest.cpp
   99         LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();
unittests/Analysis/UnrollAnalyzerTest.cpp
   27     LoopInfo *LI = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo();