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

Analysis to compute lazy value information. More...

#include "llvm/Analysis/LazyValueInfo.h"

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

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 AnalysisKeyID ()
 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.
 

Detailed Description

Analysis to compute lazy value information.

Definition at line 141 of file LazyValueInfo.h.

Member Typedef Documentation

◆ Result

Definition at line 143 of file LazyValueInfo.h.

Member Function Documentation

◆ run()

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

Friends And Related Function Documentation

◆ AnalysisInfoMixin< LazyValueAnalysis >

friend struct AnalysisInfoMixin< LazyValueAnalysis >
friend

Definition at line 147 of file LazyValueInfo.h.


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