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) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
![]() | |
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.
References OS.
|
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().