Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp141 class GlobalMergeImpl { class
174 GlobalMergeImpl(const TargetMachine *TM, GlobalMergeOptions Opt) in GlobalMergeImpl() function in __anon1b49d90b0111::GlobalMergeImpl
201 GlobalMergeImpl P(TM, Opt); in doInitialization()
217 GlobalMergeImpl P(TM, Options); in run()
231 bool GlobalMergeImpl::doMerge(SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()
449 bool GlobalMergeImpl::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()
578 void GlobalMergeImpl::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables()
592 void GlobalMergeImpl::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()
619 bool GlobalMergeImpl::run(Module &M) { in run()