Searched refs:CounterInfo (Results 1 – 4 of 4) sorted by relevance
80 auto &CounterInfo = Result->second; in shouldExecute() local81 ++CounterInfo.Count; in shouldExecute()86 if (CounterInfo.Skip < 0) in shouldExecute()88 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute()90 if (CounterInfo.StopAfter < 0) in shouldExecute()92 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()168 struct CounterInfo { struct175 DenseMap<unsigned, CounterInfo> Counters; argument
96 CounterInfo &Counter = Counters[CounterID]; in push_back()109 CounterInfo &Counter = Counters[CounterID]; in push_back()
379 } CounterInfo;383 CounterInfo **counterInfo)387 CounterInfo *counters;395 counters = (CounterInfo*) malloc(sizeof(CounterInfo) * n);420 CounterInfo *counters;