Searched refs:ScaleBlockFrequency (Results 1 – 1 of 1) sorted by relevance
2434 auto ScaleBlockFrequency = [](BlockFrequency Freq, in rotateLoopWithProfile() local2453 auto FallThruCost = ScaleBlockFrequency(EdgeFreq, MisfetchCost); in rotateLoopWithProfile()2457 FallThruCost += ScaleBlockFrequency(EdgeFreq, JumpInstCost); in rotateLoopWithProfile()2528 Cost += ScaleBlockFrequency(TailBBFreq, MisfetchCost + JumpInstCost); in rotateLoopWithProfile()2535 Cost += ScaleBlockFrequency(TailToHeadFreq, MisfetchCost) + in rotateLoopWithProfile()2536 ScaleBlockFrequency(ColderEdgeFreq, JumpInstCost); in rotateLoopWithProfile()