Searched refs:EstimatedWidthB (Results 1 – 1 of 1) sorted by relevance
4304 unsigned EstimatedWidthB = B.Width.getKnownMinValue(); in isMoreProfitable() local4309 EstimatedWidthB *= *VScale; in isMoreProfitable()4327 return CmpFn(CostA * EstimatedWidthB, CostB * EstimatedWidthA); in isMoreProfitable()4346 auto RTCostB = GetCostForTC(EstimatedWidthB, CostB, B.ScalarCost); in isMoreProfitable()