Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h116 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 DAMDGPULDSUtils.cpp115 collectUsedGlobalVariables(M, TmpVec, true); in getUsedList()
119 collectUsedGlobalVariables(M, TmpVec, false); in getUsedList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()
H A DTargetLoweringObjectFileImpl.cpp299 collectUsedGlobalVariables(M, Vec, false); in getModuleMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp134 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 DInternalize.cpp155 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
H A DThinLTOBitcodeWriter.cpp208 collectUsedGlobalVariables(SrcM, Used, CompilerUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp355 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false)) in ScopedSaveAliaseesAndUsed()
357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
H A DGlobalOpt.cpp2295 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 DModuleSummaryAnalysis.cpp663 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 DModule.h935 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp763 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4892 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true); in EmbedBitcodeInModule()