LLVM API Documentation
#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 | |
| ModulePass * | llvm::createConstantMergePass () |
Variables | |
| Statistic | NumMerged ("constmerge","Number of global constants merged") |
| RegisterOpt< ConstantMerge > | X ("constmerge","Merge Duplicate Global Constants") |
RegisterOpt<ConstantMerge> X("constmerge","Merge Duplicate Global Constants") [static] |