Searched refs:ReferenceCount (Results 1 – 1 of 1) sorted by relevance
136 SmallVector<int, 4> ReferenceCount; in trimLocationRanges() local174 ReferenceCount.assign(HistoryMapEntries.size(), 0); in trimLocationRanges()189 ReferenceCount[EndIndex] += 1; in trimLocationRanges()194 if (ReferenceCount[StartIndex] > 0) in trimLocationRanges()215 ReferenceCount[EndIndex] -= 1; in trimLocationRanges()225 if (ReferenceCount[i] <= 0 && HistoryMapEntries[i].isClobber()) in trimLocationRanges()