class PGOInstrumentationGenCreateVar

Declaration

class PGOInstrumentationGenCreateVar : 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:35

Inherits from: PassInfoMixin

Method Overview

Methods

PGOInstrumentationGenCreateVar(
    std::string CSInstrName = "")

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

Parameters

std::string CSInstrName = ""

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

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

Parameters

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