LLVM 20.0.0git
|
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) |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
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. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Analysis to compute lazy value information.
Definition at line 139 of file LazyValueInfo.h.
Definition at line 141 of file LazyValueInfo.h.
LazyValueInfo LazyValueAnalysis::run | ( | Function & | F, |
FunctionAnalysisManager & | FAM | ||
) |
Definition at line 1701 of file LazyValueInfo.cpp.
References F, FAM, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
|
friend |
Definition at line 145 of file LazyValueInfo.h.