Polly 20.0.0git
|
#include <ScopPass.h>
Public Attributes | |
DominatorTree & | DT |
ScopInfo & | SI |
ScalarEvolution & | SE |
LoopInfo & | LI |
RegionInfo & | RI |
TargetTransformInfo & | TTI |
Definition at line 185 of file ScopPass.h.
DominatorTree& polly::ScopStandardAnalysisResults::DT |
Definition at line 186 of file ScopPass.h.
Referenced by polly::CodeGenerationPass::run().
LoopInfo& polly::ScopStandardAnalysisResults::LI |
Definition at line 189 of file ScopPass.h.
Referenced by polly::CodeGenerationPass::run().
RegionInfo& polly::ScopStandardAnalysisResults::RI |
Definition at line 190 of file ScopPass.h.
Referenced by polly::CodeGenerationPass::run().
ScalarEvolution& polly::ScopStandardAnalysisResults::SE |
Definition at line 188 of file ScopPass.h.
Referenced by polly::CodeGenerationPass::run().
ScopInfo& polly::ScopStandardAnalysisResults::SI |
Definition at line 187 of file ScopPass.h.
TargetTransformInfo& polly::ScopStandardAnalysisResults::TTI |
Definition at line 191 of file ScopPass.h.