|
LLVM
4.0.0
|
Analysis pass to provide the ModuleSummaryIndex object. More...
#include <ModuleSummaryAnalysis.h>
Public Types | |
| typedef ModuleSummaryIndex | Result |
Public Member Functions | |
| Result | run (Module &M, ModuleAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< ModuleSummaryIndexAnalysis > | |
| static AnalysisKey * | ID () |
| Returns an opaque, unique ID for this analysis type. More... | |
Static Public Member Functions inherited from llvm::PassInfoMixin< ModuleSummaryIndexAnalysis > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Analysis pass to provide the ModuleSummaryIndex object.
Definition at line 38 of file ModuleSummaryAnalysis.h.
Definition at line 44 of file ModuleSummaryAnalysis.h.
| ModuleSummaryIndex ModuleSummaryIndexAnalysis::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM | ||
| ) |
Definition at line 392 of file ModuleSummaryAnalysis.cpp.
References llvm::buildModuleSummaryIndex(), F, and llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult().
1.8.6