Searched refs:GlobalMerge (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GlobalMerge.cpp | 192 class GlobalMerge : public FunctionPass { class 199 explicit GlobalMerge() : FunctionPass(ID) { in GlobalMerge() function in __anon9202c2150111::GlobalMerge 206 explicit GlobalMerge(const TargetMachine *TM, unsigned MaximalOffset, in GlobalMerge() function in __anon9202c2150111::GlobalMerge 258 char GlobalMerge::ID = 0; 260 INITIALIZE_PASS(GlobalMerge, DEBUG_TYPE, "Merge global variables", false, false) 775 return new GlobalMerge(TM, Offset, OnlyOptimizeForSize, MergeExternal, in createGlobalMergePass()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 331 SRCS_MIN+= CodeGen/GlobalMerge.cpp
|