Searched refs:CountIt (Results 1 – 4 of 4) sorted by relevance
672 auto CountIt = CallCounts.find(Pair.first);673 if (CountIt != CallCounts.end()) {674 const auto &CallCountOld = CountIt->second;
474 auto CountIt = CallCounts.find(Pair.first); in run() local475 if (CountIt != CallCounts.end()) { in run()476 const auto &CallCountOld = CountIt->second; in run()
1362 auto CountIt = std::find_if(Counts.begin(), Counts.end(), in LowerBUILD_VECTOR() local1364 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()1367 CountIt->second++; in LowerBUILD_VECTOR()
1612 auto CountIt = std::find_if(Counts.begin(), Counts.end(), in LowerBUILD_VECTOR() local1614 if (CountIt == Counts.end()) { in LowerBUILD_VECTOR()1617 CountIt->second++; in LowerBUILD_VECTOR()