Searched refs:MaxCostItr (Results 1 – 1 of 1) sorted by relevance
377 auto MaxCostItr = S; in findAndMakeBaseConstant() local382 if (ConstCand->CumulativeCost > MaxCostItr->CumulativeCost) in findAndMakeBaseConstant()383 MaxCostItr = ConstCand; in findAndMakeBaseConstant()391 ConstInfo.BaseConstant = MaxCostItr->ConstInt; in findAndMakeBaseConstant()