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

References

lib/Transforms/Scalar/LoopRerollPass.cpp
  583             dyn_cast<SCEVAddRecExpr>(SE->getSCEV(&*I))) {
  588       auto IncSCEV = dyn_cast<SCEVConstant>(PHISCEV->getStepRecurrence(*SE));
 1618   DAGRootTracker DAGRoots(this, L, IV, SE, AA, TLI, DT, LI, PreserveLCSSA,
 1646   SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE();
 1661   if (!SE->hasLoopInvariantBackedgeTakenCount(L))
 1664   const SCEV *BackedgeTakenCount = SE->getBackedgeTakenCount(L);
 1696     SE->forgetLoop(L);