Searched refs:ScaleBlockFrequency (Results 1 – 1 of 1) sorted by relevance
2470 auto ScaleBlockFrequency = [](BlockFrequency Freq, in rotateLoopWithProfile() local2489 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile()2493 FallThruCost += ScaleBlockFrequency(EdgeFreq, JumpInstCost); in rotateLoopWithProfile()2564 Cost += ScaleBlockFrequency(TailBBFreq, MisfetchCost + JumpInstCost); in rotateLoopWithProfile()2571 Cost += ScaleBlockFrequency(TailToHeadFreq, MisfetchCost) + in rotateLoopWithProfile()2572 ScaleBlockFrequency(ColderEdgeFreq, JumpInstCost); in rotateLoopWithProfile()