Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DGlobalMerge.cpp121 class GlobalMerge : public FunctionPass { class
167 explicit GlobalMerge() in GlobalMerge() function in __anon15dc58960111::GlobalMerge
173 explicit GlobalMerge(const TargetMachine *TM, unsigned MaximalOffset, in GlobalMerge() function in __anon15dc58960111::GlobalMerge
196 char GlobalMerge::ID = 0;
197 INITIALIZE_PASS_BEGIN(GlobalMerge, "global-merge", "Merge global variables",
199 INITIALIZE_PASS_END(GlobalMerge, "global-merge", "Merge global variables",
202 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
419 bool GlobalMerge::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()
484 void GlobalMerge::collectUsedGlobalVariables(Module &M) { in collectUsedGlobalVariables()
498 void GlobalMerge::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()
[all …]
DCMakeLists.txt29 GlobalMerge.cpp
/external/llvm/test/CodeGen/ARM/
Dglobal-merge-addrspace.ll2 ; Test the GlobalMerge pass. Check that the pass does not crash when using