Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp223 int64_t CurrCount = CounterInfo.Count++; in shouldExecuteImpl() local
231 bool Res = CounterInfo.Chunks[CurrIdx].contains(CurrCount); in shouldExecuteImpl()
233 CurrCount == CounterInfo.Chunks[CurrIdx].End) { in shouldExecuteImpl()
236 if (CurrCount > CounterInfo.Chunks[CurrIdx].End) { in shouldExecuteImpl()
241 CurrCount == CounterInfo.Chunks[CounterInfo.CurrChunkIdx].Begin) in shouldExecuteImpl()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp169 uint32_t CurrCount = 0; in encode() local
175 CurrCount += DeltaInfos[J].Count; in encode()
177 if (CurrCount > BestCount) { in encode()
180 BestCount = CurrCount; in encode()