Searched refs:MostPopularDest (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1509 BasicBlock *MostPopularDest = DPI->first; local
1524 MostPopularDest = DPI->first;
1534 SamePopularity.push_back(MostPopularDest);
1542 MostPopularDest = TI->getSuccessor(i);
1548 return MostPopularDest;
1681 BasicBlock *MostPopularDest = OnlyDest; local
1683 if (MostPopularDest == MultipleDestSentinel) {
1695 MostPopularDest = FindMostPopularDest(BB, PredToDestList);
1702 if (PredToDest.second == MostPopularDest) {
1715 if (!MostPopularDest)
[all...]

Completed in 101 milliseconds