Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DGlobalMerge.cpp140 class GlobalMerge : public FunctionPass { class
189 explicit GlobalMerge() in GlobalMerge() function in __anone4572b450111::GlobalMerge
194 explicit GlobalMerge(const TargetMachine *TM, unsigned MaximalOffset, in GlobalMerge() function in __anone4572b450111::GlobalMerge
216 char GlobalMerge::ID = 0;
220 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
566 void GlobalMerge::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables()
580 void GlobalMerge::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()
607 bool GlobalMerge::doInitialization(Module &M) { in doInitialization()
683 bool GlobalMerge::runOnFunction(Function &F) { in runOnFunction()
687 bool GlobalMerge::doFinalization(Module &M) { in doFinalization()
[all …]
H A DCMakeLists.txt67 GlobalMerge.cpp
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dglobal-merge-addrspace.ll2 ; Test the GlobalMerge pass. Check that the pass does not crash when using
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dstackguard-internal.ll6 ; is an alias. (The alias is created by GlobalMerge.)
/llvm-project-15.0.7/llvm/test/Transforms/GlobalMerge/
H A Ddebug-info.ll3 source_filename = "test/Transforms/GlobalMerge/debug-info.ll"
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn61 "GlobalMerge.cpp",
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst2342 suppression of certain optimisations, like GlobalMerge, as well as ensuring