Searched refs:CountIt (Results 1 – 2 of 2) sorted by relevance
474 auto CountIt = CallCounts.find(Pair.first); in run() local475 if (CountIt != CallCounts.end()) { in run()476 const auto &CallCountOld = CountIt->second; in run()
2528 auto CountIt = in LowerBUILD_VECTOR() local2530 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()2533 CountIt->second++; in LowerBUILD_VECTOR()