LLVM
15.0.0git
|
Printer pass for the FunctionPropertiesAnalysis results. More...
#include "llvm/Analysis/InlineAdvisor.h"
Public Member Functions | |
InlineAdvisorAnalysisPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &MAM) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
Printer pass for the FunctionPropertiesAnalysis results.
Definition at line 239 of file InlineAdvisor.h.
|
inlineexplicit |
Definition at line 244 of file InlineAdvisor.h.
PreservedAnalyses InlineAdvisorAnalysisPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | MAM | ||
) |
Definition at line 564 of file InlineAdvisor.cpp.
References llvm::PreservedAnalyses::all(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), M, and MAM.