Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2482 BlockFrequency HeaderFallThroughCost(0); in rotateLoopWithProfile() local
2494 HeaderFallThroughCost = std::max(HeaderFallThroughCost, FallThruCost); in rotateLoopWithProfile()
2539 Cost += HeaderFallThroughCost; in rotateLoopWithProfile()