Searched refs:FallThruCost (Results 1 – 1 of 1) sorted by relevance
883 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile() local887 FallThruCost += ScaleBlockFrequency(EdgeFreq, JumpInstCost); in rotateLoopWithProfile()888 HeaderFallThroughCost = std::max(HeaderFallThroughCost, FallThruCost); in rotateLoopWithProfile()