Searched refs:DestPopularity (Results 1 – 1 of 1) sorted by relevance
1561 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local1567 DestPopularity[nullptr] = 0; in findMostPopularDest()1569 DestPopularity[SuccBB] = 0; in findMostPopularDest()1573 DestPopularity[PredToDest.second]++; in findMostPopularDest()1576 using VT = decltype(DestPopularity)::value_type; in findMostPopularDest()1578 DestPopularity.begin(), DestPopularity.end(), in findMostPopularDest()