Searched refs:GlobalMerge (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 140 class GlobalMerge : public FunctionPass { class 189 explicit GlobalMerge() in GlobalMerge() function in __anonc5341a800111::GlobalMerge 194 explicit GlobalMerge(const TargetMachine *TM, unsigned MaximalOffset, in GlobalMerge() function in __anonc5341a800111::GlobalMerge 216 char GlobalMerge::ID = 0; 218 INITIALIZE_PASS(GlobalMerge, DEBUG_TYPE, "Merge global variables", false, false) 220 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge() 439 bool GlobalMerge::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge() 568 void GlobalMerge::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables() 582 void GlobalMerge::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables() 602 bool GlobalMerge::doInitialization(Module &M) { in doInitialization() [all …]
|
H A D | CMakeLists.txt | 40 GlobalMerge.cpp
|
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/ |
H A D | Makefile | 48 GlobalMerge.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/ |
H A D | BUILD.gn | 58 "GlobalMerge.cpp",
|