Searched refs:BestBlock (Results 1 – 1 of 1) sorted by relevance
1719 MachineBasicBlock *BestBlock = nullptr; in selectBestCandidateBlock() local1754 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()1757 BestBlock = MBB; in selectBestCandidateBlock()1761 return BestBlock; in selectBestCandidateBlock()