Searched refs:GlobalMerge (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp1 //===-- GlobalMerge.cpp - Internal globals merging -----------------------===//
117 class GlobalMerge : public FunctionPass { class in namespace:__anon12202
161 explicit GlobalMerge(const TargetMachine *TM = nullptr, function in class:__anon12202::GlobalMerge
186 char GlobalMerge::ID = 0;
187 INITIALIZE_PASS_BEGIN(GlobalMerge, "global-merge", "Merge global variables",
189 INITIALIZE_PASS_END(GlobalMerge, "global-merge", "Merge global variables",
192 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
409 bool GlobalMerge::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals,
475 void GlobalMerge::collectUsedGlobalVariables(Module &M) {
489 void GlobalMerge
[all...]
H A DAndroid.mk31 GlobalMerge.cpp \

Completed in 43 milliseconds