Searched refs:GlobalMerge (Results 1 – 4 of 4) sorted by relevance
117 class GlobalMerge : public FunctionPass { class161 explicit GlobalMerge(const TargetMachine *TM = nullptr, in GlobalMerge() function in __anon02177db70111::GlobalMerge186 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 …]
31 GlobalMerge.cpp \
35 GlobalMerge.cpp
2 ; Test the GlobalMerge pass. Check that the pass does not crash when using