Searched refs:CostB (Results 1 – 1 of 1) sorted by relevance
3942 InstructionCost CostB = B.Cost; in isMoreProfitable() local3958 return CostA < CostB || 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()