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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1026 BasicBlock *MostPopularDest = DPI->first; local
1041 MostPopularDest = DPI->first;
1051 SamePopularity.push_back(MostPopularDest);
1060 MostPopularDest = TI->getSuccessor(i);
1066 return MostPopularDest;
1142 BasicBlock *MostPopularDest = OnlyDest;
1144 if (MostPopularDest == MultipleDestSentinel)
1145 MostPopularDest = FindMostPopularDest(BB, PredToDestList);
1151 if (PredToDestList[i].second == MostPopularDest) {
1165 if (MostPopularDest
[all...]

Completed in 281 milliseconds