Home
last modified time | relevance | path

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/
DFunctionImportUtils.h101 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/
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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h873 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp614 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4721 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true); in EmbedBitcodeInModule()