Searched refs:UsedGlobals (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp94 const SmallPtrSetImpl<const GlobalValue *> &UsedGlobals) {
99 UsedGlobals.count(GV);
135 SmallPtrSet<const GlobalValue*, 8> UsedGlobals; local
136 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
137 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
166 if (isUnmergeableGlobal(GV, UsedGlobals))
204 if (isUnmergeableGlobal(GV, UsedGlobals))
93 isUnmergeableGlobal(GlobalVariable *GV, const SmallPtrSetImpl<const GlobalValue *> &UsedGlobals) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4761 SmallPtrSet<GlobalValue *, 4> UsedGlobals; local
4763 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true);
4764 for (auto *GV : UsedGlobals) {

Completed in 72 milliseconds