Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1547 MapVector<BasicBlock *, unsigned> DestPopularity; in findMostPopularDest() local
1553 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()