Home
last modified time | relevance | path

Searched refs:DestPopularity (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1489 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local
1495 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()