Searched refs:collectUsedGlobalVariables (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | GlobalMerge.cpp | 160 void collectUsedGlobalVariables(Module &M); 484 void GlobalMerge::collectUsedGlobalVariables(Module &M) { in collectUsedGlobalVariables() function in GlobalMerge 499 collectUsedGlobalVariables(M); in setMustKeepGlobalVariables()
|
/external/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 213 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in moduleCanBeRenamedForThinLTO()
|
/external/llvm/lib/Transforms/IPO/ |
D | Internalize.cpp | 158 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
|
D | GlobalOpt.cpp | 2232 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed() 2233 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 522 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 828 GlobalVariable *collectUsedGlobalVariables(const Module &M,
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true); in EmbedBitcode()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 710 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in getModuleForFile()
|