Searched refs:BestBlock (Results 1 – 1 of 1) sorted by relevance
1789 MachineBasicBlock *BestBlock = nullptr; in selectBestCandidateBlock() local1825 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()1828 BestBlock = MBB; in selectBestCandidateBlock()1832 return BestBlock; in selectBestCandidateBlock()