Searched refs:EstimatedWidthA (Results 1 – 1 of 1) sorted by relevance
3945 unsigned EstimatedWidthA = A.Width.getKnownMinValue(); in isMoreProfitable() local3949 EstimatedWidthA *= *VScale; in isMoreProfitable()3959 (CostA == CostB && EstimatedWidthA > EstimatedWidthB); in isMoreProfitable()3976 return CmpFn(CostA * EstimatedWidthB, CostB * EstimatedWidthA); in isMoreProfitable()3995 auto RTCostA = GetCostForTC(EstimatedWidthA, CostA, A.ScalarCost); in isMoreProfitable()