Searched refs:GlobalMergeImpl (Results 1 – 1 of 1) sorted by relevance
154 class GlobalMergeImpl { class187 GlobalMergeImpl(const TargetMachine *TM, GlobalMergeOptions Opt) in GlobalMergeImpl() function in __anon9202c2150111::GlobalMergeImpl232 GlobalMergeImpl P(TM, Opt); in doInitialization()248 GlobalMergeImpl P(TM, Options); in run()262 bool GlobalMergeImpl::doMerge(SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()479 bool GlobalMergeImpl::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()617 void GlobalMergeImpl::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables()631 void GlobalMergeImpl::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()673 bool GlobalMergeImpl::run(Module &M) { in run()