Searched refs:DestPopularity (Results 1 – 1 of 1) sorted by relevance
1471 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local1477 DestPopularity[nullptr] = 0; in findMostPopularDest()1479 DestPopularity[SuccBB] = 0; in findMostPopularDest()1483 DestPopularity[PredToDest.second]++; in findMostPopularDest()1486 auto MostPopular = llvm::max_element(DestPopularity, llvm::less_second()); in findMostPopularDest()