LLVM 22.0.0git
|
Printer pass for the FunctionPropertiesAnalysis results. More...
#include "llvm/Analysis/FunctionPropertiesAnalysis.h"
Public Member Functions | |
FunctionPropertiesPrinterPass (raw_ostream &OS) | |
LLVM_ABI PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< FunctionPropertiesPrinterPass > | |
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< FunctionPropertiesPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
Printer pass for the FunctionPropertiesAnalysis results.
Definition at line 170 of file FunctionPropertiesAnalysis.h.
|
inlineexplicit |
Definition at line 175 of file FunctionPropertiesAnalysis.h.
|
inlinestatic |
Definition at line 179 of file FunctionPropertiesAnalysis.h.
PreservedAnalyses FunctionPropertiesPrinterPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM ) |
Definition at line 391 of file FunctionPropertiesAnalysis.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::print().