Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Popularity

1034   // Determine popularity.  If there are multiple possible destinations, we
1046 unsigned Popularity = DPI->second;
1050 // If the popularity of this entry isn't higher than the popularity we've
1052 if (DPI->second < Popularity)
1054 else if (DPI->second == Popularity) {
1061 Popularity = DPI->second;