Searched refs:collectUsedGlobalVariables (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionImportUtils.h | 116 collectUsedGlobalVariables(M, Vec, /*CompilerUsed=*/false); in FunctionImportGlobalProcessing() 118 collectUsedGlobalVariables(M, Vec, /*CompilerUsed=*/true); in FunctionImportGlobalProcessing()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPULDSUtils.cpp | 115 collectUsedGlobalVariables(M, TmpVec, true); in getUsedList() 119 collectUsedGlobalVariables(M, TmpVec, false); in getUsedList()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A 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()
|
H A D | TargetLoweringObjectFileImpl.cpp | 299 collectUsedGlobalVariables(M, Vec, false); in getModuleMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 134 collectUsedGlobalVariables(*M, UsedV, /*CompilerUsed=*/false); in addModule() 135 collectUsedGlobalVariables(*M, UsedV, /*CompilerUsed=*/true); in addModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 155 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
|
H A D | ThinLTOBitcodeWriter.cpp | 208 collectUsedGlobalVariables(SrcM, Used, CompilerUsed); in cloneUsedGlobalVariables()
|
H A D | LowerTypeTests.cpp | 355 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false)) in ScopedSaveAliaseesAndUsed() 357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
|
H A D | GlobalOpt.cpp | 2295 UsedV = collectUsedGlobalVariables(M, Vec, false); in LLVMUsed() 2298 CompilerUsedV = collectUsedGlobalVariables(M, Vec, true); in LLVMUsed()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 663 collectUsedGlobalVariables(M, Used, /*CompilerUsed=*/false); in buildModuleSummaryIndex() 665 collectUsedGlobalVariables(M, Used, /*CompilerUsed=*/true); in buildModuleSummaryIndex()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Module.h | 935 GlobalVariable *collectUsedGlobalVariables(const Module &M,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Module.cpp | 763 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 4892 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true); in EmbedBitcodeInModule()
|