class ProfileSummaryPrinterPass

Declaration

class ProfileSummaryPrinterPass : public PassInfoMixin { /* full declaration omitted */ };

Description

Printer pass that uses \c ProfileSummaryAnalysis.

Declared at: llvm/include/llvm/Analysis/ProfileSummaryInfo.h:224

Inherits from: PassInfoMixin

Member Variables

private llvm::raw_ostream& OS

Method Overview

  • public ProfileSummaryPrinterPass(llvm::raw_ostream & OS)
  • public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)

Methods

ProfileSummaryPrinterPass(llvm::raw_ostream& OS)

Declared at: llvm/include/llvm/Analysis/ProfileSummaryInfo.h:229

Parameters

llvm::raw_ostream& OS

llvm::PreservedAnalyses run(
    llvm::Module& M,
    llvm::ModuleAnalysisManager& AM)

Declared at: llvm/include/llvm/Analysis/ProfileSummaryInfo.h:230

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager& AM