Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1561 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local
1567 DestPopularity[nullptr] = 0; in findMostPopularDest()
1569 DestPopularity[SuccBB] = 0; in findMostPopularDest()
1573 DestPopularity[PredToDest.second]++; in findMostPopularDest()
1576 using VT = decltype(DestPopularity)::value_type; in findMostPopularDest()
1578 DestPopularity.begin(), DestPopularity.end(), in findMostPopularDest()