Searched refs:EstimatedWidthB (Results 1 – 1 of 1) sorted by relevance
5311 unsigned EstimatedWidthB = B.Width.getKnownMinValue(); in isMoreProfitable() local5316 EstimatedWidthB *= *VScale; in isMoreProfitable()5328 return (CostA * EstimatedWidthB) < (CostB * EstimatedWidthA); in isMoreProfitable()