Searched refs:DestPopularity (Results 1 – 1 of 1) sorted by relevance
1560 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local1566 DestPopularity[nullptr] = 0; in findMostPopularDest()1568 DestPopularity[SuccBB] = 0; in findMostPopularDest()1572 DestPopularity[PredToDest.second]++; in findMostPopularDest()1575 using VT = decltype(DestPopularity)::value_type; in findMostPopularDest()1577 DestPopularity.begin(), DestPopularity.end(), in findMostPopularDest()