Searched refs:PredFreq (Results 1 – 1 of 1) sorted by relevance
661 BlockFrequency PredFreq = MBFI->getBlockFreq(Pred); in findBestLoopTop() local662 if (!BestPred || PredFreq > BestPredFreq || in findBestLoopTop()663 (!(PredFreq < BestPredFreq) && in findBestLoopTop()666 BestPredFreq = PredFreq; in findBestLoopTop()