/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionImportUtils.h | 101 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in M() 103 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in M()
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | FunctionImportUtils.h | 115 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/ |
D | GlobalMerge.cpp | 180 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/ |
D | GlobalMerge.cpp | 181 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/ |
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-project/llvm/lib/Transforms/IPO/ |
D | Internalize.cpp | 155 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
|
D | LowerTypeTests.cpp | 355 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false)) in ScopedSaveAliaseesAndUsed() 357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
|
D | GlobalOpt.cpp | 2799 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/ |
D | Internalize.cpp | 155 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
|
D | LowerTypeTests.cpp | 355 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false)) in ScopedSaveAliaseesAndUsed() 357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
|
D | GlobalOpt.cpp | 2657 UsedV = collectUsedGlobalVariables(M, Used, false); in LLVMUsed() 2658 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true); in LLVMUsed()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 659 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in buildModuleSummaryIndex() 661 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in buildModuleSummaryIndex()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 667 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in buildModuleSummaryIndex() 669 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in buildModuleSummaryIndex()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 522 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule()
|
/external/llvm-project/llvm/lib/Object/ |
D | IRSymtab.cpp | 123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 614 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 828 GlobalVariable *collectUsedGlobalVariables(const Module &M,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Module.h | 873 GlobalVariable *collectUsedGlobalVariables(const Module &M,
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Module.h | 891 GlobalVariable *collectUsedGlobalVariables(const Module &M,
|
/external/llvm-project/llvm/lib/IR/ |
D | Module.cpp | 663 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true); in EmbedBitcode()
|