Searched refs:CandidateFreq (Results 1 – 1 of 1) sorted by relevance
1736 BlockFrequency CandidateFreq = MBFI->getBlockFreq(MBB); in selectBestCandidateBlock() local1738 << printBlockFreq(MBFI->getMBFI(), CandidateFreq) in selectBestCandidateBlock()1759 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()1763 BestFreq = CandidateFreq; in selectBestCandidateBlock()