struct InlineCostAnnotationPrinterPass

Declaration

struct InlineCostAnnotationPrinterPass : public PassInfoMixin { /* full declaration omitted */ };

Description

A CRTP mix-in to automatically provide informational APIs needed for passes. This provides some boilerplate for types that are passes.

Declared at: llvm/include/llvm/Analysis/InlineCost.h:323

Inherits from: PassInfoMixin

Member Variables

public llvm::raw_ostream& OS

Method Overview

Methods

InlineCostAnnotationPrinterPass(
    llvm::raw_ostream& OS)

Declared at: llvm/include/llvm/Analysis/InlineCost.h:328

Parameters

llvm::raw_ostream& OS

llvm::PreservedAnalyses run(
    llvm::Function& F,
    llvm::FunctionAnalysisManager& FAM)

Declared at: llvm/include/llvm/Analysis/InlineCost.h:329

Parameters

llvm::Function& F
llvm::FunctionAnalysisManager& FAM