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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp94 const SmallPtrSetImpl<const GlobalValue *> &UsedGlobals) {
101 UsedGlobals.count(GV);
137 SmallPtrSet<const GlobalValue*, 8> UsedGlobals; local
138 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals);
139 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals);
168 if (isUnmergeableGlobal(GV, UsedGlobals))
206 if (isUnmergeableGlobal(GV, UsedGlobals))
93 isUnmergeableGlobal(GlobalVariable *GV, const SmallPtrSetImpl<const GlobalValue *> &UsedGlobals) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4890 SmallVector<GlobalValue *, 4> UsedGlobals; local
4892 GlobalVariable *Used = collectUsedGlobalVariables(M, UsedGlobals, true);
4893 for (auto *GV : UsedGlobals) {

Completed in 148 milliseconds