Searched refs:TotalExecCount (Results 1 – 1 of 1) sorted by relevance
150 uint64_t TotalExecCount = 0; in calculateMispredictionRate() local153 TotalExecCount += BI.Count; in calculateMispredictionRate()157 if (!TotalExecCount) in calculateMispredictionRate()159 return {100.0f * TotalMispredictionCount / TotalExecCount, in calculateMispredictionRate()