Home
last modified time | relevance | path

Searched refs:collectUsedGlobalVariables (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DModuleUtils.h44 GlobalVariable *collectUsedGlobalVariables(Module &M,
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp154 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/
DModuleUtils.cpp82 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSetImpl<GlobalValue *> &Set, in collectUsedGlobalVariables() function in llvm
/external/llvm/lib/Transforms/IPO/
DInternalize.cpp178 collectUsedGlobalVariables(M, Used, false); in runOnModule()
DGlobalOpt.cpp2895 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed()
2896 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
/external/llvm/tools/gold/
Dgold-plugin.cpp625 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in getModuleForFile()