/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 175 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 D | TargetLoweringObjectFileImpl.cpp | 299 collectUsedGlobalVariables(M, Vec, false); in getModuleMetadata() 2153 collectUsedGlobalVariables(M, Vec, false); in getModuleMetadata()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMergeStringPool.cpp | 157 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 D | Internalize.cpp | 189 collectUsedGlobalVariables(M, Used, false); in internalizeModule()
|
H A D | MergeFunctions.cpp | 417 collectUsedGlobalVariables(M, UsedV, /*CompilerUsed=*/false); in runOnModule() 418 collectUsedGlobalVariables(M, UsedV, /*CompilerUsed=*/true); in runOnModule()
|
H A D | ThinLTOBitcodeWriter.cpp | 248 collectUsedGlobalVariables(SrcM, Used, CompilerUsed); in cloneUsedGlobalVariables()
|
H A D | LowerTypeTests.cpp | 362 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false)) in ScopedSaveAliaseesAndUsed() 364 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true)) in ScopedSaveAliaseesAndUsed()
|
H A D | GlobalOpt.cpp | 2154 UsedV = collectUsedGlobalVariables(M, Vec, false); in LLVMUsed() 2157 CompilerUsedV = collectUsedGlobalVariables(M, Vec, true); in LLVMUsed()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 141 collectUsedGlobalVariables(*M, UsedV, /*CompilerUsed=*/false); in addModule() 142 collectUsedGlobalVariables(*M, UsedV, /*CompilerUsed=*/true); in addModule()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 908 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 D | Module.h | 1072 GlobalVariable *collectUsedGlobalVariables(const Module &M,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 853 GlobalVariable *llvm::collectUsedGlobalVariables( in collectUsedGlobalVariables() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 5393 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true); in embedBitcodeInModule()
|