LLVM
8.0.1
|
Analysis to compute lazy value information. More...
#include "llvm/Analysis/LazyValueInfo.h"
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 AnalysisKey * | ID () |
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... | |
Analysis to compute lazy value information.
Definition at line 132 of file LazyValueInfo.h.
Definition at line 134 of file LazyValueInfo.h.
LazyValueInfo LazyValueAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | FAM | ||
) |
Definition at line 1527 of file LazyValueInfo.cpp.
References F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::Module::getDataLayout(), llvm::GlobalValue::getParent(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
|
friend |
Definition at line 139 of file LazyValueInfo.h.