Home
last modified time | relevance | path

Searched refs:SuccBestPred (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp780 auto SuccBestPred = BlockFrequency(0); in isProfitableToTailDup() local
788 if (Freq > SuccBestPred) in isProfitableToTailDup()
789 SuccBestPred = Freq; in isProfitableToTailDup()
792 BlockFrequency Qin = SuccBestPred; in isProfitableToTailDup()