Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h99 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in M()
101 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in M()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DGlobalMerge.cpp180 void collectUsedGlobalVariables(Module &M, StringRef Name);
561 void GlobalMerge::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables() function in GlobalMerge
576 collectUsedGlobalVariables(M, "llvm.used"); in setMustKeepGlobalVariables()
577 collectUsedGlobalVariables(M, "llvm.compiler.used"); in setMustKeepGlobalVariables()
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp160 void collectUsedGlobalVariables(Module &M);
484 void GlobalMerge::collectUsedGlobalVariables(Module &M) { in collectUsedGlobalVariables() function in GlobalMerge
499 collectUsedGlobalVariables(M); in setMustKeepGlobalVariables()
/external/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp213 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in moduleCanBeRenamedForThinLTO()
/external/llvm/lib/Transforms/IPO/
DInternalize.cpp158 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
DGlobalOpt.cpp2232 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed()
2233 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInternalize.cpp158 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
DGlobalOpt.cpp2597 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed()
2598 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp434 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in buildModuleSummaryIndex()
436 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in buildModuleSummaryIndex()
/external/llvm/lib/IR/
DModule.cpp522 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp122 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp529 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/external/llvm/include/llvm/IR/
DModule.h828 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h866 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/external/clang/lib/CodeGen/
DBackendUtil.cpp828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true); in EmbedBitcode()
/external/llvm/tools/gold/
Dgold-plugin.cpp710 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in getModuleForFile()