LLVM
8.0.1
|
Analysis pass to provide the ModuleSummaryIndex object. More...
#include "llvm/Analysis/ModuleSummaryAnalysis.h"
Public Types | |
using | Result = ModuleSummaryIndex |
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 42 of file ModuleSummaryAnalysis.h.
Definition at line 49 of file ModuleSummaryAnalysis.h.
ModuleSummaryIndex ModuleSummaryIndexAnalysis::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 635 of file ModuleSummaryAnalysis.cpp.
References llvm::buildModuleSummaryIndex(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::ModuleSummaryIndexWrapperPass::ID, INITIALIZE_PASS_BEGIN(), and INITIALIZE_PASS_DEPENDENCY.