Polly 19.0.0git
Public Attributes | List of all members
polly::Scop::ScopStatistics Struct Reference

#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
 

Detailed Description

Definition at line 2645 of file ScopInfo.h.

Member Data Documentation

◆ NumAffineLoops

int polly::Scop::ScopStatistics::NumAffineLoops = 0

Definition at line 2646 of file ScopInfo.h.

Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().

◆ NumBoxedLoops

int polly::Scop::ScopStatistics::NumBoxedLoops = 0

Definition at line 2647 of file ScopInfo.h.

Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().

◆ NumPHIWrites

int polly::Scop::ScopStatistics::NumPHIWrites = 0

Definition at line 2651 of file ScopInfo.h.

Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().

◆ NumPHIWritesInLoops

int polly::Scop::ScopStatistics::NumPHIWritesInLoops = 0

Definition at line 2652 of file ScopInfo.h.

Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().

◆ NumSingletonWrites

int polly::Scop::ScopStatistics::NumSingletonWrites = 0

Definition at line 2653 of file ScopInfo.h.

Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().

◆ NumSingletonWritesInLoops

int polly::Scop::ScopStatistics::NumSingletonWritesInLoops = 0

Definition at line 2654 of file ScopInfo.h.

Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().

◆ NumValueWrites

int polly::Scop::ScopStatistics::NumValueWrites = 0

Definition at line 2649 of file ScopInfo.h.

Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().

◆ NumValueWritesInLoops

int polly::Scop::ScopStatistics::NumValueWritesInLoops = 0

Definition at line 2650 of file ScopInfo.h.

Referenced by polly::Scop::getStatistics(), and updateLoopCountStatistic().


The documentation for this struct was generated from the following file: