Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DGlobalMerge.cpp141 class GlobalMerge : public FunctionPass { class
190 explicit GlobalMerge() in GlobalMerge() function in __anonb2bfec110111::GlobalMerge
195 explicit GlobalMerge(const TargetMachine *TM, unsigned MaximalOffset, in GlobalMerge() function in __anonb2bfec110111::GlobalMerge
217 char GlobalMerge::ID = 0;
219 INITIALIZE_PASS(GlobalMerge, DEBUG_TYPE, "Merge global variables", false, false)
221 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
438 bool GlobalMerge::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()
567 void GlobalMerge::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables()
581 void GlobalMerge::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()
608 bool GlobalMerge::doInitialization(Module &M) { in doInitialization()
[all …]
DCMakeLists.txt71 GlobalMerge.cpp
/openbsd/src/gnu/usr.bin/clang/libLLVMCodeGen/
DMakefile54 GlobalMerge.cpp \
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
DBUILD.gn67 "GlobalMerge.cpp",
/openbsd/src/gnu/llvm/llvm/docs/
DLangRef.rst2347 suppression of certain optimisations, like GlobalMerge, as well as ensuring