LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GlobalDCE.cpp File Reference

#include "llvm/Transforms/IPO.h"
#include "llvm/Constants.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/ADT/Statistic.h"
#include <set>

Include dependency graph for GlobalDCE.cpp:

Go to the source code of this file.

Functions

ModulePassllvm::createGlobalDCEPass ()


Variable Documentation

Statistic NumFunctions("globaldce","Number of functions removed") [static]
 

Statistic NumVariables("globaldce","Number of global variables removed") [static]
 

RegisterOpt<GlobalDCE> X("globaldce","Dead Global Elimination") [static]