Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h101 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in M()
103 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in M()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DFunctionImportUtils.h115 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in FunctionImportGlobalProcessing()
117 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in FunctionImportGlobalProcessing()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGlobalMerge.cpp180 void collectUsedGlobalVariables(Module &M, StringRef Name);
566 void GlobalMerge::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables() function in GlobalMerge
581 collectUsedGlobalVariables(M, "llvm.used"); in setMustKeepGlobalVariables()
582 collectUsedGlobalVariables(M, "llvm.compiler.used"); in setMustKeepGlobalVariables()
/external/llvm-project/llvm/lib/CodeGen/
DGlobalMerge.cpp181 void collectUsedGlobalVariables(Module &M, StringRef Name);
568 void GlobalMerge::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables() function in GlobalMerge
583 collectUsedGlobalVariables(M, "llvm.used"); in setMustKeepGlobalVariables()
584 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-project/llvm/lib/Transforms/IPO/
DInternalize.cpp155 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
DLowerTypeTests.cpp355 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false)) in ScopedSaveAliaseesAndUsed()
357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
DGlobalOpt.cpp2799 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed()
2800 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInternalize.cpp155 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
DLowerTypeTests.cpp355 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false)) in ScopedSaveAliaseesAndUsed()
357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
DGlobalOpt.cpp2657 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed()
2658 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
/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-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp659 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in buildModuleSummaryIndex()
661 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in buildModuleSummaryIndex()
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp667 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in buildModuleSummaryIndex()
669 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in buildModuleSummaryIndex()
/external/llvm/lib/IR/
DModule.cpp522 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/external/llvm-project/llvm/lib/Object/
DIRSymtab.cpp123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule()
/external/llvm/include/llvm/IR/
DModule.h828 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h873 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp614 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/external/llvm-project/llvm/include/llvm/IR/
DModule.h891 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/external/llvm-project/llvm/lib/IR/
DModule.cpp663 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/external/clang/lib/CodeGen/
DBackendUtil.cpp828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true); in EmbedBitcode()

12