Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h116 collectUsedGlobalVariables(M, Vec, /*CompilerUsed=*/false); in FunctionImportGlobalProcessing()
118 collectUsedGlobalVariables(M, Vec, /*CompilerUsed=*/true); in FunctionImportGlobalProcessing()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp175 void collectUsedGlobalVariables(Module &M, StringRef Name);
597 void GlobalMergeImpl::collectUsedGlobalVariables(Module &M, StringRef Name) { in collectUsedGlobalVariables() function in GlobalMergeImpl
612 collectUsedGlobalVariables(M, "llvm.used"); in setMustKeepGlobalVariables()
613 collectUsedGlobalVariables(M, "llvm.compiler.used"); in setMustKeepGlobalVariables()
H A DTargetLoweringObjectFileImpl.cpp299 collectUsedGlobalVariables(M, Vec, false); in getModuleMetadata()
2153 collectUsedGlobalVariables(M, Vec, false); in getModuleMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMergeStringPool.cpp157 collectUsedGlobalVariables(M, UsedV, /*CompilerUsed=*/false); in collectCandidateConstants()
159 collectUsedGlobalVariables(M, UsedVCompiler, /*CompilerUsed=*/true); in collectCandidateConstants()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp189 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
H A DMergeFunctions.cpp417 collectUsedGlobalVariables(M, UsedV, /*CompilerUsed=*/false); in runOnModule()
418 collectUsedGlobalVariables(M, UsedV, /*CompilerUsed=*/true); in runOnModule()
H A DThinLTOBitcodeWriter.cpp248 collectUsedGlobalVariables(SrcM, Used, CompilerUsed); in cloneUsedGlobalVariables()
H A DLowerTypeTests.cpp362 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false)) in ScopedSaveAliaseesAndUsed()
364 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
H A DGlobalOpt.cpp2154 UsedV = collectUsedGlobalVariables(M, Vec, false); in LLVMUsed()
2157 CompilerUsedV = collectUsedGlobalVariables(M, Vec, true); in LLVMUsed()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp141 collectUsedGlobalVariables(*M, UsedV, /*CompilerUsed=*/false); in addModule()
142 collectUsedGlobalVariables(*M, UsedV, /*CompilerUsed=*/true); in addModule()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp908 collectUsedGlobalVariables(M, Used, /*CompilerUsed=*/false); in buildModuleSummaryIndex()
910 collectUsedGlobalVariables(M, Used, /*CompilerUsed=*/true); in buildModuleSummaryIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h1072 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp853 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5393 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true); in embedBitcodeInModule()