struct InferFunctionAttrsPass
Declaration
struct InferFunctionAttrsPass : public PassInfoMixin { /* full declaration omitted */ };
Description
A pass which infers function attributes from the names and signatures of function declarations in a module.
Declared at: llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h:25
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
Declared at: llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h:26