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

Declarations

tools/polly/include/polly/ScopDetection.h
  598   countBeneficialLoops(Region *R, ScalarEvolution &SE, LoopInfo &LI,

References

tools/polly/lib/Analysis/ScopDetection.cpp
  359     LoopStats Stats = countBeneficialLoops(&DC.CurRegion, SE, LI, 0);
  370   NumLoopsOverall += countBeneficialLoops(TopRegion, SE, LI, 0).NumLoops;
 1613       countBeneficialLoops(&CurRegion, SE, LI, MIN_LOOP_TRIP_COUNT).NumLoops;
tools/polly/lib/Analysis/ScopInfo.cpp
 2573   auto LoopStat = ScopDetection::countBeneficialLoops(&R, *SE, *getLI(), 0);
 2685         ScopDetection::countBeneficialLoops(&S->getRegion(), SE, LI, 0);
 2741         ScopDetection::countBeneficialLoops(&S->getRegion(), SE, LI, 0);