|
LLVM
4.0.0
|
Analysis to compute lazy value information. More...
#include <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 106 of file LazyValueInfo.h.
Definition at line 108 of file LazyValueInfo.h.
| LazyValueInfo LazyValueAnalysis::run | ( | Function & | F, |
| FunctionAnalysisManager & | FAM | ||
| ) |
Definition at line 1508 of file LazyValueInfo.cpp.
References F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
|
friend |
Definition at line 113 of file LazyValueInfo.h.
1.8.6