LLVM 22.0.0git
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:
[legend]

Public Types

typedef ProfileSummaryInfo Result

Public Member Functions

LLVM_ABI Result run (Module &M, ModuleAnalysisManager &)
Public Member Functions inherited from llvm::PassInfoMixin< ProfileSummaryAnalysis >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

Static Public Member Functions inherited from llvm::AnalysisInfoMixin< ProfileSummaryAnalysis >
static AnalysisKeyID ()
 Returns an opaque, unique ID for this analysis type.
Static Public Member Functions inherited from llvm::PassInfoMixin< ProfileSummaryAnalysis >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

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

Definition at line 376 of file ProfileSummaryInfo.h.

Member Typedef Documentation

◆ Result

Member Function Documentation

◆ run()

ProfileSummaryInfo ProfileSummaryAnalysis::run ( Module & M,
ModuleAnalysisManager &  )

Definition at line 254 of file ProfileSummaryInfo.cpp.


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