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

/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp309 size_t UGSIdx = GlobalUsesByFunction[ParentFn]; local
313 if (!UGSIdx) {
327 if (UsedGlobalSets[UGSIdx].Globals.test(GI)) {
328 ++UsedGlobalSets[UGSIdx].UsageCount;
333 --UsedGlobalSets[UGSIdx].UsageCount;
337 if (size_t ExpandedIdx = EncounteredUGS[UGSIdx]) {
345 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] =
350 NewUGS.Globals |= UsedGlobalSets[UGSIdx].Globals;

Completed in 237 milliseconds