Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp2452 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile() local
2456 FallThruCost += ScaleBlockFrequency(EdgeFreq, JumpInstCost); in rotateLoopWithProfile()
2457 HeaderFallThroughCost = std::max(HeaderFallThroughCost, FallThruCost); in rotateLoopWithProfile()