Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2035 BlockFrequency FallThroughFromPred = BlockFrequency(0); in FallThroughGains() local
2043 if (EdgeFreq > FallThroughFromPred) { in FallThroughGains()
2044 FallThroughFromPred = EdgeFreq; in FallThroughGains()
2075 FallThroughFromPred = BlockFrequency(0); in FallThroughGains()
2082 FallThrough2Top + FallThrough2Exit + FallThroughFromPred; in FallThroughGains()