Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DMachineBlockPlacement.cpp871 auto SuccBestPred = BlockFrequency(0); in isProfitableToTailDup() local
879 if (Freq > SuccBestPred) in isProfitableToTailDup()
880 SuccBestPred = Freq; in isProfitableToTailDup()
883 BlockFrequency Qin = SuccBestPred; in isProfitableToTailDup()