Polly 20.0.0git
|
#include <ScopInfo.h>
Public Attributes | |
int | NumAffineLoops = 0 |
int | NumBoxedLoops = 0 |
int | NumValueWrites = 0 |
int | NumValueWritesInLoops = 0 |
int | NumPHIWrites = 0 |
int | NumPHIWritesInLoops = 0 |
int | NumSingletonWrites = 0 |
int | NumSingletonWritesInLoops = 0 |
Definition at line 2647 of file ScopInfo.h.
int polly::Scop::ScopStatistics::NumAffineLoops = 0 |
Definition at line 2648 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
int polly::Scop::ScopStatistics::NumBoxedLoops = 0 |
Definition at line 2649 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
int polly::Scop::ScopStatistics::NumPHIWrites = 0 |
Definition at line 2653 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
int polly::Scop::ScopStatistics::NumPHIWritesInLoops = 0 |
Definition at line 2654 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
int polly::Scop::ScopStatistics::NumSingletonWrites = 0 |
Definition at line 2655 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
int polly::Scop::ScopStatistics::NumSingletonWritesInLoops = 0 |
Definition at line 2656 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
int polly::Scop::ScopStatistics::NumValueWrites = 0 |
Definition at line 2651 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
int polly::Scop::ScopStatistics::NumValueWritesInLoops = 0 |
Definition at line 2652 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().