Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp835 auto SuccBestPred = BlockFrequency(0); in isProfitableToTailDup() local
843 if (Freq > SuccBestPred) in isProfitableToTailDup()
844 SuccBestPred = Freq; in isProfitableToTailDup()
847 BlockFrequency Qin = SuccBestPred; in isProfitableToTailDup()