Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1999 BlockFrequency FallThroughFromPred = 0; in FallThroughGains() local
2007 if (EdgeFreq > FallThroughFromPred) { in FallThroughGains()
2008 FallThroughFromPred = EdgeFreq; in FallThroughGains()
2039 FallThroughFromPred = 0; in FallThroughGains()
2046 FallThroughFromPred; in FallThroughGains()