Searched refs:BestBlock (Results 1 – 1 of 1) sorted by relevance
1723 MachineBasicBlock *BestBlock = nullptr; in selectBestCandidateBlock() local1759 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()1762 BestBlock = MBB; in selectBestCandidateBlock()1766 return BestBlock; in selectBestCandidateBlock()