LLVM 22.0.0git
|
Printer pass that uses ProfileSummaryAnalysis
.
More...
#include "llvm/Analysis/ProfileSummaryInfo.h"
Public Member Functions | |
ProfileSummaryPrinterPass (raw_ostream &OS) | |
LLVM_ABI 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 389 of file ProfileSummaryInfo.h.
|
inlineexplicit |
Definition at line 394 of file ProfileSummaryInfo.h.
|
inlinestatic |
Definition at line 396 of file ProfileSummaryInfo.h.
PreservedAnalyses ProfileSummaryPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM ) |
Definition at line 259 of file ProfileSummaryInfo.cpp.
References llvm::PreservedAnalyses::all(), F, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::ProfileSummaryInfo::isFunctionEntryCold(), and llvm::ProfileSummaryInfo::isFunctionEntryHot().