Polly 22.0.0git
llvm::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.

◆ LI

LoopInfo& polly::ScopStandardAnalysisResults::LI

Definition at line 189 of file ScopPass.h.

◆ RI

RegionInfo& polly::ScopStandardAnalysisResults::RI

Definition at line 190 of file ScopPass.h.

◆ SE

ScalarEvolution& polly::ScopStandardAnalysisResults::SE

Definition at line 188 of file ScopPass.h.

◆ 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: