Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp927 auto SuccBestPred = BlockFrequency(0); in isProfitableToTailDup() local
935 if (Freq > SuccBestPred) in isProfitableToTailDup()
936 SuccBestPred = Freq; in isProfitableToTailDup()
939 BlockFrequency Qin = SuccBestPred; in isProfitableToTailDup()