Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
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