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

Printer pass that uses ProfileSummaryAnalysis. More...

#include "llvm/Analysis/ProfileSummaryInfo.h"

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

Public Member Functions

 ProfileSummaryPrinterPass (raw_ostream &OS)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< ProfileSummaryPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Printer pass that uses ProfileSummaryAnalysis.

Definition at line 161 of file ProfileSummaryInfo.h.

Constructor & Destructor Documentation

◆ ProfileSummaryPrinterPass()

llvm::ProfileSummaryPrinterPass::ProfileSummaryPrinterPass ( raw_ostream OS)
inlineexplicit

Definition at line 166 of file ProfileSummaryInfo.h.

Member Function Documentation

◆ run()

PreservedAnalyses ProfileSummaryPrinterPass::run ( Module M,
ModuleAnalysisManager AM 
)

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