Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp855 auto SuccBestPred = BlockFrequency(0); in isProfitableToTailDup() local
863 if (Freq > SuccBestPred) in isProfitableToTailDup()
864 SuccBestPred = Freq; in isProfitableToTailDup()
867 BlockFrequency Qin = SuccBestPred; in isProfitableToTailDup()