struct ForceFunctionAttrsPass

Declaration

struct ForceFunctionAttrsPass : public PassInfoMixin { /* full declaration omitted */ };

Description

Pass which forces specific function attributes into the IR, primarily as a debugging tool.

Declared at: llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h:24

Inherits from: PassInfoMixin

Method Overview

  • public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager &)

Methods

ΒΆllvm::PreservedAnalyses run(
    llvm::Module& M,
    llvm::ModuleAnalysisManager&)

Declared at: llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h:25

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager&