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

Analysis to compute lazy value information. More...

#include <LazyValueInfo.h>

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

Public Types

typedef LazyValueInfo Result
 

Public Member Functions

Result run (Function &F, FunctionAnalysisManager &FAM)
 

Friends

struct AnalysisInfoMixin< LazyValueAnalysis >
 

Additional Inherited Members

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

Detailed Description

Analysis to compute lazy value information.

Definition at line 106 of file LazyValueInfo.h.

Member Typedef Documentation

Definition at line 108 of file LazyValueInfo.h.

Member Function Documentation

LazyValueInfo LazyValueAnalysis::run ( Function F,
FunctionAnalysisManager FAM 
)

Friends And Related Function Documentation

friend struct AnalysisInfoMixin< LazyValueAnalysis >
friend

Definition at line 113 of file LazyValueInfo.h.


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