LLVM 20.0.0git
|
Printer pass that uses ProfileSummaryAnalysis
.
More...
#include "llvm/Analysis/ProfileSummaryInfo.h"
Public Member Functions | |
ProfileSummaryPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< ProfileSummaryPrinterPass > | |
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< ProfileSummaryPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Printer pass that uses ProfileSummaryAnalysis
.
Definition at line 384 of file ProfileSummaryInfo.h.
|
inlineexplicit |
Definition at line 389 of file ProfileSummaryInfo.h.
References OS.
|
inlinestatic |
Definition at line 391 of file ProfileSummaryInfo.h.
PreservedAnalyses ProfileSummaryPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 247 of file ProfileSummaryInfo.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::ProfileSummaryInfo::isFunctionEntryCold(), and llvm::ProfileSummaryInfo::isFunctionEntryHot().