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

#include <ScopPass.h>

Public Attributes

DominatorTree & DT
 
ScopInfoSI
 
ScalarEvolution & SE
 
LoopInfo & LI
 
RegionInfo & RI
 
TargetTransformInfo & TTI
 

Detailed Description

Definition at line 185 of file ScopPass.h.

Member Data Documentation

◆ DT

DominatorTree& polly::ScopStandardAnalysisResults::DT

Definition at line 186 of file ScopPass.h.

Referenced by polly::CodeGenerationPass::run().

◆ LI

LoopInfo& polly::ScopStandardAnalysisResults::LI

Definition at line 189 of file ScopPass.h.

Referenced by polly::CodeGenerationPass::run().

◆ RI

RegionInfo& polly::ScopStandardAnalysisResults::RI

Definition at line 190 of file ScopPass.h.

Referenced by polly::CodeGenerationPass::run().

◆ SE

ScalarEvolution& polly::ScopStandardAnalysisResults::SE

Definition at line 188 of file ScopPass.h.

Referenced by polly::CodeGenerationPass::run().

◆ SI

ScopInfo& polly::ScopStandardAnalysisResults::SI

Definition at line 187 of file ScopPass.h.

◆ TTI

TargetTransformInfo& polly::ScopStandardAnalysisResults::TTI

Definition at line 191 of file ScopPass.h.


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