Searched refs:EstimatedWidthB (Results 1 – 1 of 1) sorted by relevance
3946 unsigned EstimatedWidthB = B.Width.getKnownMinValue(); in isMoreProfitable() local3951 EstimatedWidthB *= *VScale; in isMoreProfitable()3959 (CostA == CostB && EstimatedWidthA > EstimatedWidthB); in isMoreProfitable()3976 return CmpFn(CostA * EstimatedWidthB, CostB * EstimatedWidthA); in isMoreProfitable()3996 auto RTCostB = GetCostForTC(EstimatedWidthB, CostB, B.ScalarCost); in isMoreProfitable()