|
LLVM
8.0.1
|
An analysis pass based on the new PM to deliver ProfileSummaryInfo. More...
#include "llvm/Analysis/ProfileSummaryInfo.h"


Public Types | |
| typedef ProfileSummaryInfo | Result |
Public Member Functions | |
| Result | run (Module &M, ModuleAnalysisManager &) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< ProfileSummaryAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< ProfileSummaryAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
An analysis pass based on the new PM to deliver ProfileSummaryInfo.
Definition at line 148 of file ProfileSummaryInfo.h.
Definition at line 151 of file ProfileSummaryInfo.h.
| ProfileSummaryInfo ProfileSummaryAnalysis::run | ( | Module & | M, |
| ModuleAnalysisManager & | |||
| ) |
Definition at line 298 of file ProfileSummaryInfo.cpp.
References llvm::ProfileSummaryInfo::ProfileSummaryInfo().
1.8.13