Searched refs:collectUsedGlobalVariables (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | ModuleUtils.h | 44 GlobalVariable *collectUsedGlobalVariables(Module &M,
|
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 154 void collectUsedGlobalVariables(Module &M); 475 void GlobalMerge::collectUsedGlobalVariables(Module &M) { in collectUsedGlobalVariables() function in GlobalMerge 490 collectUsedGlobalVariables(M); in setMustKeepGlobalVariables()
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 82 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSetImpl<GlobalValue *> &Set, in collectUsedGlobalVariables() function in llvm
|
/external/llvm/lib/Transforms/IPO/ |
D | Internalize.cpp | 178 collectUsedGlobalVariables(M, Used, false); in runOnModule()
|
D | GlobalOpt.cpp | 2895 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed() 2896 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 625 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in getModuleForFile()
|