Searched refs:GlobalMerge (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 121 class GlobalMerge : public FunctionPass { class 167 explicit GlobalMerge() in GlobalMerge() function in __anon384c9a140111::GlobalMerge 173 explicit GlobalMerge(const TargetMachine *TM, unsigned MaximalOffset, in GlobalMerge() function in __anon384c9a140111::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 …]
|
D | CMakeLists.txt | 29 GlobalMerge.cpp
|
/external/llvm/test/CodeGen/ARM/ |
D | global-merge-addrspace.ll | 2 ; Test the GlobalMerge pass. Check that the pass does not crash when using
|