Searched refs:collectUsedGlobalVariables (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h115 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false);
117 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp181 void collectUsedGlobalVariables(Module &M, StringRef Name);
567 void GlobalMerge::collectUsedGlobalVariables(Module &M, StringRef Name) { function in class:GlobalMerge
582 collectUsedGlobalVariables(M, "llvm.used");
583 collectUsedGlobalVariables(M, "llvm.compiler.used");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp155 collectUsedGlobalVariables(M, Used, false);
H A DLowerTypeTests.cpp355 if (GlobalVariable *GV = collectUsedGlobalVariables(M, Used, false))
357 if (GlobalVariable *GV = collectUsedGlobalVariables(M, CompilerUsed, true))
H A DGlobalOpt.cpp2794 UsedV = collectUsedGlobalVariables(M, Used, false);
2795 CompilerUsedV = collectUsedGlobalVariables(M, CompilerUsed, true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp667 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false);
669 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp663 GlobalVariable *llvm::collectUsedGlobalVariables(
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h895 GlobalVariable *collectUsedGlobalVariables(const Module &M,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4763 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true);

Completed in 212 milliseconds