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

References

lib/Analysis/ScalarEvolution.cpp
11484   for (Loop *I : *L)
11488   L->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11492   L->getExitingBlocks(ExitingBlocks);
11496   if (SE->hasLoopInvariantBackedgeTakenCount(L))
11497     OS << "backedge-taken count is " << *SE->getBackedgeTakenCount(L) << "\n";
11504          << *SE->getExitCount(L, ExitingBlock) << "\n";
11508   L->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11511   if (!isa<SCEVCouldNotCompute>(SE->getConstantMaxBackedgeTakenCount(L))) {
11512     OS << "max backedge-taken count is " << *SE->getConstantMaxBackedgeTakenCount(L);
11513     if (SE->isBackedgeTakenCountMaxOrZero(L))
11521   L->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11525   auto PBT = SE->getPredicatedBackedgeTakenCount(L, Pred);
11535   if (SE->hasLoopInvariantBackedgeTakenCount(L)) {
11537     L->getHeader()->printAsOperand(OS, /*PrintType=*/false);
11539     OS << "Trip multiple is " << SE->getSmallConstantTripMultiple(L) << "\n";