LLVM
8.0.1
|
Printer pass that uses ProfileSummaryAnalysis
.
More...
#include "llvm/Analysis/ProfileSummaryInfo.h"
Public Member Functions | |
ProfileSummaryPrinterPass (raw_ostream &OS) | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< ProfileSummaryPrinterPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
Printer pass that uses ProfileSummaryAnalysis
.
Definition at line 161 of file ProfileSummaryInfo.h.
|
inlineexplicit |
Definition at line 166 of file ProfileSummaryInfo.h.
PreservedAnalyses ProfileSummaryPrinterPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 303 of file ProfileSummaryInfo.cpp.
References llvm::PreservedAnalyses::all(), F(), llvm::Module::getName(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::ProfileSummaryInfoWrapperPass::ID, llvm::ProfileSummaryInfo::isFunctionEntryCold(), and llvm::ProfileSummaryInfo::isFunctionEntryHot().