Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DGlobalMerge.cpp95 class GlobalMerge : public FunctionPass { class
120 explicit GlobalMerge(const TargetMachine *TM = nullptr) in GlobalMerge() function in __anon86860b600111::GlobalMerge
140 char GlobalMerge::ID = 0;
141 INITIALIZE_TM_PASS(GlobalMerge, "global-merge", "Merge global variables",
144 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
242 void GlobalMerge::collectUsedGlobalVariables(Module &M) { in collectUsedGlobalVariables()
256 void GlobalMerge::setMustKeepGlobalVariables(Module &M) { in setMustKeepGlobalVariables()
279 bool GlobalMerge::doInitialization(Module &M) { in doInitialization()
351 bool GlobalMerge::runOnFunction(Function &F) { in runOnFunction()
355 bool GlobalMerge::doFinalization(Module &M) { in doFinalization()
[all …]
H A DCMakeLists.txt26 GlobalMerge.cpp
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dglobal-merge-addrspace.ll2 ; Test the GlobalMerge pass. Check that the pass does not crash when using
/minix/external/bsd/llvm/lib/libLLVMCodeGen/
H A DMakefile33 GlobalMerge.cpp \