LLVM API Documentation

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

ConstantMerge.cpp File Reference

#include "llvm/Transforms/IPO.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
#include "llvm/ADT/Statistic.h"

Include dependency graph for ConstantMerge.cpp:

Go to the source code of this file.

Functions

ModulePassllvm::createConstantMergePass ()


Variable Documentation

Statistic NumMerged("constmerge","Number of global constants merged") [static]
 

RegisterOpt<ConstantMerge> X("constmerge","Merge Duplicate Global Constants") [static]