Searched refs:DestPopularity (Results 1 – 1 of 1) sorted by relevance
1547 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local1553 DestPopularity[nullptr] = 0; in findMostPopularDest()1555 DestPopularity[SuccBB] = 0; in findMostPopularDest()1559 DestPopularity[PredToDest.second]++; in findMostPopularDest()1563 DestPopularity.begin(), DestPopularity.end(), llvm::less_second()); in findMostPopularDest()