Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2411 BlockFrequency HeaderFallThroughCost(0); in rotateLoopWithProfile() local
2423 HeaderFallThroughCost = std::max(HeaderFallThroughCost, FallThruCost); in rotateLoopWithProfile()
2468 Cost += HeaderFallThroughCost; in rotateLoopWithProfile()