Searched refs:DestPopularity (Results 1 – 1 of 1) sorted by relevance
1476 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local1482 DestPopularity[nullptr] = 0; in findMostPopularDest()1484 DestPopularity[SuccBB] = 0; in findMostPopularDest()1488 DestPopularity[PredToDest.second]++; in findMostPopularDest()1491 auto MostPopular = llvm::max_element(DestPopularity, llvm::less_second()); in findMostPopularDest()