Searched refs:DestPopularity (Results 1 – 1 of 1) sorted by relevance
1570 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local1576 DestPopularity[nullptr] = 0; in findMostPopularDest()1578 DestPopularity[SuccBB] = 0; in findMostPopularDest()1582 DestPopularity[PredToDest.second]++; in findMostPopularDest()1586 DestPopularity.begin(), DestPopularity.end(), llvm::less_second()); in findMostPopularDest()