Searched refs:UGSIdx (Results 1 – 1 of 1) sorted by relevance
380 size_t UGSIdx = GlobalUsesByFunction[ParentFn]; in doMerge() local384 if (!UGSIdx) { in doMerge()399 if (UsedGlobalSets[UGSIdx].Globals.test(GI)) { in doMerge()400 ++UsedGlobalSets[UGSIdx].UsageCount; in doMerge()405 --UsedGlobalSets[UGSIdx].UsageCount; in doMerge()409 if (size_t ExpandedIdx = EncounteredUGS[UGSIdx]) { in doMerge()417 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] = in doMerge()422 NewUGS.Globals |= UsedGlobalSets[UGSIdx].Globals; in doMerge()