Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2445 BlockFrequency HeaderFallThroughCost(0); in rotateLoopWithProfile() local
2457 HeaderFallThroughCost = std::max(HeaderFallThroughCost, FallThruCost); in rotateLoopWithProfile()
2502 Cost += HeaderFallThroughCost; in rotateLoopWithProfile()