Searched refs:EstimatedWidthA (Results 1 – 1 of 1) sorted by relevance
4303 unsigned EstimatedWidthA = A.Width.getKnownMinValue(); in isMoreProfitable() local4307 EstimatedWidthA *= *VScale; in isMoreProfitable()4327 return CmpFn(CostA * EstimatedWidthB, CostB * EstimatedWidthA); in isMoreProfitable()4345 auto RTCostA = GetCostForTC(EstimatedWidthA, CostA, A.ScalarCost); in isMoreProfitable()