OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantMerge
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp
1
//===-
ConstantMerge
.cpp - Merge duplicate global constants ---------------===//
15
// Algorithm:
ConstantMerge
is designed to build up a map of available constants
34
struct
ConstantMerge
: public ModulePass {
36
ConstantMerge
() : ModulePass(ID) {
47
char
ConstantMerge
::ID = 0;
48
INITIALIZE_PASS(
ConstantMerge
, "constmerge",
51
ModulePass *llvm::createConstantMergePass() { return new
ConstantMerge
(); }
80
bool
ConstantMerge
::runOnModule(Module &M) {
Android.mk
5
ConstantMerge
.cpp \
Completed in 146 milliseconds