LLVM 22.0.0git
llvm::InlineSizeEstimatorAnalysisPrinterPass Class Reference

#include "llvm/Analysis/InlineSizeEstimatorAnalysis.h"

Inheritance diagram for llvm::InlineSizeEstimatorAnalysisPrinterPass:
[legend]

Public Member Functions

 InlineSizeEstimatorAnalysisPrinterPass (raw_ostream &OS)
PreservedAnalyses run (Function &F, FunctionAnalysisManager &AM)
Public Member Functions inherited from llvm::PassInfoMixin< InlineSizeEstimatorAnalysisPrinterPass >
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< InlineSizeEstimatorAnalysisPrinterPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.

Detailed Description

Definition at line 35 of file InlineSizeEstimatorAnalysis.h.

Constructor & Destructor Documentation

◆ InlineSizeEstimatorAnalysisPrinterPass()

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

Definition at line 40 of file InlineSizeEstimatorAnalysis.h.

Member Function Documentation

◆ isRequired()

bool llvm::InlineSizeEstimatorAnalysisPrinterPass::isRequired ( )
inlinestatic

Definition at line 44 of file InlineSizeEstimatorAnalysis.h.

◆ run()

PreservedAnalyses InlineSizeEstimatorAnalysisPrinterPass::run ( Function & F,
FunctionAnalysisManager & AM )

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