class ProfileSummaryPrinterPass

Declaration

class ProfileSummaryPrinterPass { /* full declaration omitted */ };

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

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:195

Parameters

llvm::raw_ostream& OS

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

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

Parameters

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