Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp148 class GlobalMergeImpl { class
181 GlobalMergeImpl(const TargetMachine *TM, GlobalMergeOptions Opt) in GlobalMergeImpl() function in __anon9202c2150111::GlobalMergeImpl
221 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()