LLVM  8.0.1
Public Member Functions | List of all members
llvm::GlobalDCEPass Class Reference

Pass to remove unused function declarations. More...

#include "llvm/Transforms/IPO/GlobalDCE.h"

Inheritance diagram for llvm::GlobalDCEPass:
Inheritance graph
[legend]
Collaboration diagram for llvm::GlobalDCEPass:
Collaboration graph
[legend]

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &)
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< GlobalDCEPass >
static StringRef name ()
 Gets the name of the pass we are mixed into. More...
 

Detailed Description

Pass to remove unused function declarations.

Definition at line 30 of file GlobalDCE.h.

Member Function Documentation

◆ run()

PreservedAnalyses GlobalDCEPass::run ( Module M,
ModuleAnalysisManager MAM 
)

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