LLVM 22.0.0git
llvm::ProfileSummaryPrinterPass Class Reference

Printer pass that uses ProfileSummaryAnalysis. More...

#include "llvm/Analysis/ProfileSummaryInfo.h"

Inheritance diagram for llvm::ProfileSummaryPrinterPass:
[legend]

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

Printer pass that uses ProfileSummaryAnalysis.

Definition at line 389 of file ProfileSummaryInfo.h.

Constructor & Destructor Documentation

◆ ProfileSummaryPrinterPass()

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

Definition at line 394 of file ProfileSummaryInfo.h.

Member Function Documentation

◆ isRequired()

bool llvm::ProfileSummaryPrinterPass::isRequired ( )
inlinestatic

Definition at line 396 of file ProfileSummaryInfo.h.

◆ run()


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