LLVM API Documentation

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 ()

Variables

Statistic NumMerged ("constmerge","Number of global constants merged")
RegisterOpt< ConstantMerge > X ("constmerge","Merge Duplicate Global Constants")


Variable Documentation

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

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