Home
last modified time | relevance | path

Searched refs:ReferenceCount (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp136 SmallVector<int, 4> ReferenceCount; in trimLocationRanges() local
174 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()