Polly 20.0.0git
|
Helper data structure to collect statistics about loop counts. More...
#include <ScopDetection.h>
Public Attributes | |
int | NumLoops |
int | MaxDepth |
Helper data structure to collect statistics about loop counts.
Definition at line 195 of file ScopDetection.h.
int polly::ScopDetection::LoopStats::MaxDepth |
Definition at line 197 of file ScopDetection.h.
Referenced by polly::ScopDetection::countBeneficialLoops(), polly::ScopDetection::countBeneficialSubLoops(), and updateLoopCountStatistic().
int polly::ScopDetection::LoopStats::NumLoops |
Definition at line 196 of file ScopDetection.h.
Referenced by polly::ScopDetection::countBeneficialLoops(), polly::ScopDetection::countBeneficialSubLoops(), polly::ScopDetection::detect(), polly::ScopDetection::isProfitableRegion(), and updateLoopCountStatistic().