Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h79 auto &CounterInfo = Result->second; in shouldExecute() local
80 ++CounterInfo.Count; in shouldExecute()
85 if (CounterInfo.Skip < 0) in shouldExecute()
87 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute()
89 if (CounterInfo.StopAfter < 0) in shouldExecute()
91 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()
167 struct CounterInfo { struct
174 DenseMap<unsigned, CounterInfo> Counters; argument
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebugCounter.cpp113 CounterInfo &Counter = Counters[CounterID]; in push_back()
126 CounterInfo &Counter = Counters[CounterID]; in push_back()