Searched refs:CandidateFreq (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1679 BlockFrequency CandidateFreq = MBFI->getBlockFreq(MBB); local
1681 MBFI->printBlockFreq(dbgs(), CandidateFreq) << " (freq)\n"); local
1701 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq)))
1705 BestFreq = CandidateFreq;

Completed in 127 milliseconds