Searched refs:BestBlock (Results 1 – 1 of 1) sorted by relevance
1652 MachineBasicBlock *BestBlock = nullptr; in selectBestCandidateBlock() local1687 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()1690 BestBlock = MBB; in selectBestCandidateBlock()1694 return BestBlock; in selectBestCandidateBlock()