Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp2440 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile() local
2444 FallThruCost += ScaleBlockFrequency(EdgeFreq, JumpInstCost); in rotateLoopWithProfile()
2445 HeaderFallThroughCost = std::max(HeaderFallThroughCost, FallThruCost); in rotateLoopWithProfile()