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

References

lib/Analysis/ScalarEvolution.cpp
11485     PrintLoopInfo(OS, SE, I);
11496   if (SE->hasLoopInvariantBackedgeTakenCount(L))
11497     OS << "backedge-taken count is " << *SE->getBackedgeTakenCount(L) << "\n";
11504          << *SE->getExitCount(L, ExitingBlock) << "\n";
11511   if (!isa<SCEVCouldNotCompute>(SE->getConstantMaxBackedgeTakenCount(L))) {
11512     OS << "max backedge-taken count is " << *SE->getConstantMaxBackedgeTakenCount(L);
11513     if (SE->isBackedgeTakenCountMaxOrZero(L))
11525   auto PBT = SE->getPredicatedBackedgeTakenCount(L, Pred);
11535   if (SE->hasLoopInvariantBackedgeTakenCount(L)) {
11539     OS << "Trip multiple is " << SE->getSmallConstantTripMultiple(L) << "\n";