class GlobalDCEPass

Declaration

class GlobalDCEPass : public PassInfoMixin { /* full declaration omitted */ };

Description

Pass to remove unused function declarations.

Declared at: llvm/include/llvm/Transforms/IPO/GlobalDCE.h:29

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/GlobalDCE.h:31

Parameters

llvm::Module& M
llvm::ModuleAnalysisManager&