Home
last modified time | relevance | path

Searched refs:GlobalMerge (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DGlobalMerge.cpp117 class GlobalMerge : public FunctionPass { class
161 explicit GlobalMerge(const TargetMachine *TM = nullptr, in GlobalMerge() function in __anon02177db70111::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, in doMerge()
409 bool GlobalMerge::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()
475 void GlobalMerge::collectUsedGlobalVariables(Module &M) { in collectUsedGlobalVariables()
489 void GlobalMerge::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()
512 bool GlobalMerge::doInitialization(Module &M) { in doInitialization()
[all …]
DAndroid.mk31 GlobalMerge.cpp \
DCMakeLists.txt35 GlobalMerge.cpp
/external/llvm/test/CodeGen/ARM/
Dglobal-merge-addrspace.ll2 ; Test the GlobalMerge pass. Check that the pass does not crash when using