LLVM 22.0.0git
llvm::LazyValueAnalysis Class Reference

Analysis to compute lazy value information. More...

#include "llvm/Analysis/LazyValueInfo.h"

Inheritance diagram for llvm::LazyValueAnalysis:
[legend]

Public Types

typedef LazyValueInfo Result

Public Member Functions

Result run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< LazyValueAnalysis >
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< LazyValueAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Analysis to compute lazy value information.

Definition at line 139 of file LazyValueInfo.h.

Member Typedef Documentation

◆ Result

Member Function Documentation

◆ run()

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

Definition at line 1799 of file LazyValueInfo.cpp.

References F, and FAM.

◆ AnalysisInfoMixin< LazyValueAnalysis >

friend struct AnalysisInfoMixin< LazyValueAnalysis >
friend

Definition at line 145 of file LazyValueInfo.h.


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