Searched refs:GlobalMergeImpl (Results 1 – 1 of 1) sorted by relevance
148 class GlobalMergeImpl { class181 GlobalMergeImpl(const TargetMachine *TM, GlobalMergeOptions Opt) in GlobalMergeImpl() function in __anon9202c2150111::GlobalMergeImpl221 GlobalMergeImpl P(TM, Opt); in doInitialization()237 GlobalMergeImpl P(TM, Options); in run()251 bool GlobalMergeImpl::doMerge(SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()468 bool GlobalMergeImpl::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()597 void GlobalMergeImpl::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables()611 void GlobalMergeImpl::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()638 bool GlobalMergeImpl::run(Module &M) { in run()