Searched refs:ScaleBlockFrequency (Results 1 – 1 of 1) sorted by relevance
2521 auto ScaleBlockFrequency = [](BlockFrequency Freq, in rotateLoopWithProfile() local2540 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile()2544 FallThruCost += ScaleBlockFrequency(EdgeFreq, JumpInstCost); in rotateLoopWithProfile()2615 Cost += ScaleBlockFrequency(TailBBFreq, MisfetchCost + JumpInstCost); in rotateLoopWithProfile()2622 Cost += ScaleBlockFrequency(TailToHeadFreq, MisfetchCost) + in rotateLoopWithProfile()2623 ScaleBlockFrequency(ColderEdgeFreq, JumpInstCost); in rotateLoopWithProfile()