Searched refs:Gains (Results 1 – 1 of 1) sorted by relevance
1977 BlockFrequency Gains = BackEdgeFreq + NewFreq; in FallThroughGains() local1980 if (Gains > Lost) in FallThroughGains()1981 Result = Gains - Lost; in FallThroughGains()2045 BlockFrequency Gains = FallThroughGains(Pred, OldTop, OtherBB, in findBestLoopTopHelper() local2047 if ((Gains > 0) && (Gains > BestGains || in findBestLoopTopHelper()2048 ((Gains == BestGains) && Pred->isLayoutSuccessor(OldTop)))) { in findBestLoopTopHelper()2050 BestGains = Gains; in findBestLoopTopHelper()