Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2433 BlockFrequency HeaderFallThroughCost(0); in rotateLoopWithProfile() local
2445 HeaderFallThroughCost = std::max(HeaderFallThroughCost, FallThruCost); in rotateLoopWithProfile()
2490 Cost += HeaderFallThroughCost; in rotateLoopWithProfile()