Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDDebugCounter.h110 return {Result->second.Count, Result->second.CurrChunkIdx}; in getCounterState()
118 Counter.CurrChunkIdx = State.ChunkIdx; in setCounterState()
172 uint64_t CurrChunkIdx = 0; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDDebugCounter.cpp224 uint64_t CurrIdx = CounterInfo.CurrChunkIdx; in shouldExecuteImpl()
237 CounterInfo.CurrChunkIdx++; in shouldExecuteImpl()
240 if (CounterInfo.CurrChunkIdx < CounterInfo.Chunks.size() && in shouldExecuteImpl()
241 CurrCount == CounterInfo.Chunks[CounterInfo.CurrChunkIdx].Begin) in shouldExecuteImpl()