Searched refs:ThenCost (Results 1 – 2 of 2) sorted by relevance
812 InstructionCost ThenCost = Then->cost(VF, Ctx); in cost() local817 return ThenCost / getReciprocalPredBlockProb(); in cost()819 return ThenCost; in cost()
2945 InstructionCost ThenCost = ThenCE ? computeSpeculationCost(ThenCE, TTI) : 0; in validateAndCostRequiredSelects() local2948 if (OrigCost + ThenCost > MaxCost) in validateAndCostRequiredSelects()