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
- public InlineCostAnnotationPrinterPass(llvm::raw_ostream & OS)
- public llvm::PreservedAnalyses run(llvm::Function & F, llvm::FunctionAnalysisManager & FAM)
Methods
¶InlineCostAnnotationPrinterPass(
llvm::raw_ostream& OS)
InlineCostAnnotationPrinterPass(
llvm::raw_ostream& OS)
Declared at: llvm/include/llvm/Analysis/InlineCost.h:328
Parameters
¶llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& FAM)
llvm::PreservedAnalyses run(
llvm::Function& F,
llvm::FunctionAnalysisManager& FAM)
Declared at: llvm/include/llvm/Analysis/InlineCost.h:329