Polly 19.0.0git
Public Types | Public Member Functions | Static Public Attributes | List of all members
polly::ScopAnalysis Struct Reference

#include <ScopDetection.h>

Inheritance diagram for polly::ScopAnalysis:
Inheritance graph
[legend]

Public Types

using Result = ScopDetection
 

Public Member Functions

 ScopAnalysis ()
 
Result run (Function &F, FunctionAnalysisManager &FAM)
 

Static Public Attributes

static AnalysisKey Key
 

Detailed Description

Definition at line 617 of file ScopDetection.h.

Member Typedef Documentation

◆ Result

Definition at line 620 of file ScopDetection.h.

Constructor & Destructor Documentation

◆ ScopAnalysis()

ScopAnalysis::ScopAnalysis ( )

Definition at line 2019 of file ScopDetection.cpp.

References IgnoreAliasing(), and polly::PollyUseRuntimeAliasChecks.

Member Function Documentation

◆ run()

ScopDetection ScopAnalysis::run ( Function &  F,
FunctionAnalysisManager &  FAM 
)

Definition at line 2031 of file ScopDetection.cpp.

References polly::ScopDetection::detect().

Member Data Documentation

◆ Key

AnalysisKey ScopAnalysis::Key
static

Definition at line 618 of file ScopDetection.h.


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