LLVM 22.0.0git
llvm::InlineCostAnnotationPrinterPass Struct Reference

#include "llvm/Analysis/InlineCost.h"

Inheritance diagram for llvm::InlineCostAnnotationPrinterPass:
[legend]

Public Member Functions

 InlineCostAnnotationPrinterPass (raw_ostream &OS)
LLVM_ABI PreservedAnalyses run (Function &F, FunctionAnalysisManager &FAM)
Public Member Functions inherited from llvm::PassInfoMixin< InlineCostAnnotationPrinterPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Static Public Member Functions

static bool isRequired ()
Static Public Member Functions inherited from llvm::PassInfoMixin< InlineCostAnnotationPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Public Attributes

raw_ostreamOS

Detailed Description

Definition at line 349 of file InlineCost.h.

Constructor & Destructor Documentation

◆ InlineCostAnnotationPrinterPass()

llvm::InlineCostAnnotationPrinterPass::InlineCostAnnotationPrinterPass ( raw_ostream & OS)
inlineexplicit

Definition at line 354 of file InlineCost.h.

References OS.

Member Function Documentation

◆ isRequired()

bool llvm::InlineCostAnnotationPrinterPass::isRequired ( )
inlinestatic

Definition at line 356 of file InlineCost.h.

◆ run()

Member Data Documentation

◆ OS

raw_ostream& llvm::InlineCostAnnotationPrinterPass::OS

Definition at line 351 of file InlineCost.h.

Referenced by InlineCostAnnotationPrinterPass(), and run().


The documentation for this struct was generated from the following files: