Searched refs:DestPopularity (Results 1 – 1 of 1) sorted by relevance
1489 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local1495 DestPopularity[nullptr] = 0; in findMostPopularDest()1497 DestPopularity[SuccBB] = 0; in findMostPopularDest()1501 DestPopularity[PredToDest.second]++; in findMostPopularDest()1505 DestPopularity.begin(), DestPopularity.end(), llvm::less_second()); in findMostPopularDest()