Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h81 auto &CounterInfo = Result->second; in shouldExecute() local
82 ++CounterInfo.Count; in shouldExecute()
87 if (CounterInfo.Skip < 0) in shouldExecute()
89 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute()
91 if (CounterInfo.StopAfter < 0) in shouldExecute()
93 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()
169 struct CounterInfo { struct
176 DenseMap<unsigned, CounterInfo> Counters; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp96 CounterInfo &Counter = Counters[CounterID]; in push_back()
109 CounterInfo &Counter = Counters[CounterID]; in push_back()