Searched refs:CounterInfo (Results 1 – 1 of 1) 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