Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2064 BlockFrequency HeaderFallThroughCost(0); in rotateLoopWithProfile() local
2076 HeaderFallThroughCost = std::max(HeaderFallThroughCost, FallThruCost); in rotateLoopWithProfile()
2121 Cost += HeaderFallThroughCost; in rotateLoopWithProfile()