Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1967 BlockFrequency FallThroughFromPred = 0; in FallThroughGains() local
1975 if (EdgeFreq > FallThroughFromPred) { in FallThroughGains()
1976 FallThroughFromPred = EdgeFreq; in FallThroughGains()
2007 FallThroughFromPred = 0; in FallThroughGains()
2014 FallThroughFromPred; in FallThroughGains()