Searched refs:UsedGlobals (Results 1 – 3 of 3) sorted by relevance
72 SmallPtrSet<const GlobalValue*, 8> UsedGlobals; in mergeConstants() local73 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in mergeConstants()74 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in mergeConstants()106 UsedGlobals.count(GV)) in mergeConstants()140 UsedGlobals.count(GV)) in mergeConstants()
104 SmallPtrSet<const GlobalValue*, 8> UsedGlobals; in runOnModule() local105 FindUsedValues(M.getGlobalVariable("llvm.used"), UsedGlobals); in runOnModule()106 FindUsedValues(M.getGlobalVariable("llvm.compiler.used"), UsedGlobals); in runOnModule()140 UsedGlobals.count(GV)) in runOnModule()169 UsedGlobals.count(GV)) in runOnModule()
826 SmallSet<GlobalValue*, 4> UsedGlobals; in EmbedBitcode() local828 GlobalVariable *Used = collectUsedGlobalVariables(*M, UsedGlobals, true); in EmbedBitcode()829 for (auto *GV : UsedGlobals) { in EmbedBitcode()