LLVM 20.0.0git
|
Printer pass for the LazyValueAnalysis results. More...
#include "llvm/Analysis/LazyValueInfo.h"
Public Member Functions | |
LazyValueInfoPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< LazyValueInfoPrinterPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< LazyValueInfoPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass for the LazyValueAnalysis results.
Definition at line 150 of file LazyValueInfo.h.
|
inlineexplicit |
Definition at line 155 of file LazyValueInfo.h.
References OS.
|
inlinestatic |
Definition at line 159 of file LazyValueInfo.h.
PreservedAnalyses LazyValueInfoPrinterPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Definition at line 2053 of file LazyValueInfo.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and OS.