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