|
Polly 23.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 2652 of file ScopInfo.h.
| int polly::Scop::ScopStatistics::NumAffineLoops = 0 |
Definition at line 2653 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
| int polly::Scop::ScopStatistics::NumBoxedLoops = 0 |
Definition at line 2654 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
| int polly::Scop::ScopStatistics::NumPHIWrites = 0 |
Definition at line 2658 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
| int polly::Scop::ScopStatistics::NumPHIWritesInLoops = 0 |
Definition at line 2659 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
| int polly::Scop::ScopStatistics::NumSingletonWrites = 0 |
Definition at line 2660 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
| int polly::Scop::ScopStatistics::NumSingletonWritesInLoops = 0 |
Definition at line 2661 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
| int polly::Scop::ScopStatistics::NumValueWrites = 0 |
Definition at line 2656 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().
| int polly::Scop::ScopStatistics::NumValueWritesInLoops = 0 |
Definition at line 2657 of file ScopInfo.h.
Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().