Searched refs:CostThresh (Results 1 – 1 of 1) sorted by relevance
2522 InstructionCost CostThresh = Params.BaseCost; in shouldKeepJumpConditionsTogether() local2542 CostThresh += Params.LikelyBias; in shouldKeepJumpConditionsTogether()2547 CostThresh -= Params.UnlikelyBias; in shouldKeepJumpConditionsTogether()2552 if (CostThresh <= 0) in shouldKeepJumpConditionsTogether()2616 if (CostOfIncluding > CostThresh) in shouldKeepJumpConditionsTogether()