Searched refs:PredToDestList (Results 1 – 1 of 1) sorted by relevance
1118 BasicBlock*> > &PredToDestList) { in FindMostPopularDest()1119 assert(!PredToDestList.empty()); in FindMostPopularDest()1126 for (unsigned i = 0, e = PredToDestList.size(); i != e; ++i) in FindMostPopularDest()1127 if (PredToDestList[i].second) in FindMostPopularDest()1128 DestPopularity[PredToDestList[i].second]++; in FindMostPopularDest()1202 SmallVector<std::pair<BasicBlock*, BasicBlock*>, 16> PredToDestList; in ProcessThreadableEdges() local1233 if (PredToDestList.empty()) in ProcessThreadableEdges()1238 PredToDestList.push_back(std::make_pair(Pred, DestBB)); in ProcessThreadableEdges()1242 if (PredToDestList.empty()) in ProcessThreadableEdges()1252 MostPopularDest = FindMostPopularDest(BB, PredToDestList); in ProcessThreadableEdges()[all …]