LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
llvm::InlineCostAnnotationPrinterPass Struct Reference

#include "llvm/Analysis/InlineCost.h"

Inheritance diagram for llvm::InlineCostAnnotationPrinterPass:
Inheritance graph
[legend]

Public Member Functions

 InlineCostAnnotationPrinterPass (raw_ostream &OS)
 
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 339 of file InlineCost.h.

Constructor & Destructor Documentation

◆ InlineCostAnnotationPrinterPass()

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

Definition at line 344 of file InlineCost.h.

Member Function Documentation

◆ isRequired()

static bool llvm::InlineCostAnnotationPrinterPass::isRequired ( )
inlinestatic

Definition at line 346 of file InlineCost.h.

◆ run()

PreservedAnalyses InlineCostAnnotationPrinterPass::run ( Function F,
FunctionAnalysisManager FAM 
)

Member Data Documentation

◆ OS

raw_ostream& llvm::InlineCostAnnotationPrinterPass::OS

Definition at line 341 of file InlineCost.h.

Referenced by run().


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