Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1560 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local
1566 DestPopularity[nullptr] = 0; in findMostPopularDest()
1568 DestPopularity[SuccBB] = 0; in findMostPopularDest()
1572 DestPopularity[PredToDest.second]++; in findMostPopularDest()
1575 using VT = decltype(DestPopularity)::value_type; in findMostPopularDest()
1577 DestPopularity.begin(), DestPopularity.end(), in findMostPopularDest()