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

References

lib/Analysis/DDG.cpp
  192   DependenceInfo DI(F, &AR.AA, &AR.SE, &AR.LI);
lib/Analysis/IVUsers.cpp
   41   return IVUsers(&L, &AR.AC, &AR.LI, &AR.DT, &AR.SE);
lib/Analysis/LoopAccessAnalysis.cpp
 2455   return LoopAccessInfo(&L, &AR.SE, &AR.TLI, &AR.AA, &AR.DT, &AR.LI);
lib/Analysis/LoopCacheAnalysis.cpp
  487   return std::make_unique<CacheCost>(Loops, AR.LI, AR.SE, AR.TTI, AR.AA, DI, TRT);
  619   DependenceInfo DI(F, &AR.AA, &AR.SE, &AR.LI);
lib/Transforms/Scalar/IndVarSimplify.cpp
 3145   IndVarSimplify IVS(&AR.LI, &AR.SE, &AR.DT, DL, &AR.TLI, &AR.TTI);
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
 1756   InductiveRangeCheckElimination IRCE(AR.SE, BPI, AR.DT, AR.LI);
lib/Transforms/Scalar/LICM.cpp
  290   if (!LICM.runOnLoop(&L, &AR.AA, &AR.LI, &AR.DT, &AR.TLI, &AR.TTI, &AR.SE,
lib/Transforms/Scalar/LoopDeletion.cpp
  215   auto Result = deleteLoopIfDead(&L, AR.DT, AR.SE, AR.LI);
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  323   LoopIdiomRecognize LIR(&AR.AA, &AR.DT, &AR.LI, &AR.SE, &AR.TLI, &AR.TTI, DL,
lib/Transforms/Scalar/LoopPredication.cpp
  355   LoopPredication LP(&AR.AA, &AR.SE, BPI);
lib/Transforms/Scalar/LoopRotation.cpp
   47   bool Changed = LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE,
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  696   if (!simplifyLoopCFG(L, AR.DT, AR.LI, AR.SE,
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5756   if (!ReduceLoopStrength(&L, AM.getResult<IVUsersAnalysis>(L, AR), AR.SE,
lib/Transforms/Scalar/LoopUnrollAndJamPass.cpp
  508   DependenceInfo DI(F, &AR.AA, &AR.SE, &AR.LI);
  511       &L, AR.DT, &AR.LI, AR.SE, AR.TTI, AR.AC, DI, *ORE, OptLevel);
lib/Transforms/Scalar/LoopUnrollPass.cpp
 1319   bool Changed = tryToUnrollLoop(&L, AR.DT, &AR.LI, AR.SE, AR.TTI, AR.AC, *ORE,
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2877                     &AR.SE, MSSAU.hasValue() ? MSSAU.getPointer() : nullptr))
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
 1445             AR.SE.forgetLoop(&L);
 1491             AR.SE.forgetLoop(*L.begin());
 1495             AR.SE.forgetLoop(&L);
 1552             AR.SE.forgetLoop(&L);
 1563             AR.SE.forgetLoop(&L);
 1574             AR.SE.forgetLoop(&L);