Searched refs:collectUsedGlobalVariables (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Module.h | 873 GlobalVariable *collectUsedGlobalVariables(const Module &M,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 614 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 4721 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true); in EmbedBitcodeInModule()
|