LLVM  4.0.0
Public Types | Public Member Functions | List of all members
llvm::ModuleSummaryIndexAnalysis Class Reference

Analysis pass to provide the ModuleSummaryIndex object. More...

#include <ModuleSummaryAnalysis.h>

Inheritance diagram for llvm::ModuleSummaryIndexAnalysis:
[legend]
Collaboration diagram for llvm::ModuleSummaryIndexAnalysis:
[legend]

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 AnalysisKeyID ()
 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...
 

Detailed Description

Analysis pass to provide the ModuleSummaryIndex object.

Definition at line 38 of file ModuleSummaryAnalysis.h.

Member Typedef Documentation

Definition at line 44 of file ModuleSummaryAnalysis.h.

Member Function Documentation

ModuleSummaryIndex ModuleSummaryIndexAnalysis::run ( Module M,
ModuleAnalysisManager AM 
)

The documentation for this class was generated from the following files: