Searched refs:CounterInfo (Results 1 – 2 of 2) sorted by relevance
79 auto &CounterInfo = Result->second; in shouldExecute() local80 ++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 { struct174 DenseMap<unsigned, CounterInfo> Counters; argument
113 CounterInfo &Counter = Counters[CounterID]; in push_back()126 CounterInfo &Counter = Counters[CounterID]; in push_back()