LLVM  8.0.1
Public Types | Public Member Functions | List of all members
llvm::ProfileSummaryAnalysis Class Reference

An analysis pass based on the new PM to deliver ProfileSummaryInfo. More...

#include "llvm/Analysis/ProfileSummaryInfo.h"

Inheritance diagram for llvm::ProfileSummaryAnalysis:
Inheritance graph
[legend]
Collaboration diagram for llvm::ProfileSummaryAnalysis:
Collaboration graph
[legend]

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

Detailed Description

An analysis pass based on the new PM to deliver ProfileSummaryInfo.

Definition at line 148 of file ProfileSummaryInfo.h.

Member Typedef Documentation

◆ Result

Definition at line 151 of file ProfileSummaryInfo.h.

Member Function Documentation

◆ run()

ProfileSummaryInfo ProfileSummaryAnalysis::run ( Module M,
ModuleAnalysisManager  
)

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