class PGOInstrumentationGen

Declaration

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

Description

The instrumentation (profile-instr-gen) pass for IR based PGO.

Declared at: llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h:47

Inherits from: PassInfoMixin

Method Overview

  • public PGOInstrumentationGen(bool IsCS = false)
  • public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)

Methods

PGOInstrumentationGen(bool IsCS = false)

Declared at: llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h:49

Parameters

bool IsCS = false

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

Declared at: llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h:50

Parameters

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