LLVM  4.0.0
Public Types | Public Member Functions | List of all members
llvm::ScalarEvolutionAnalysis Class Reference

Analysis pass that exposes the ScalarEvolution for a function. More...

#include <ScalarEvolution.h>

Inheritance diagram for llvm::ScalarEvolutionAnalysis:
[legend]
Collaboration diagram for llvm::ScalarEvolutionAnalysis:
[legend]

Public Types

typedef ScalarEvolution Result
 

Public Member Functions

ScalarEvolution run (Function &F, FunctionAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::AnalysisInfoMixin< ScalarEvolutionAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type. More...
 
- Static Public Member Functions inherited from llvm::PassInfoMixin< ScalarEvolutionAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Analysis pass that exposes the ScalarEvolution for a function.

Definition at line 1628 of file ScalarEvolution.h.

Member Typedef Documentation

Definition at line 1634 of file ScalarEvolution.h.

Member Function Documentation

ScalarEvolution ScalarEvolutionAnalysis::run ( Function F,
FunctionAnalysisManager AM 
)

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