Searched refs:new_other_cost (Results 1 – 1 of 1) sorted by relevance
637 int old_other_cost, new_other_cost; in combine_validate_cost() local641 new_other_cost = insn_rtx_cost (PATTERN (undobuf.other_insn)); in combine_validate_cost()642 if (old_other_cost > 0 && new_other_cost > 0) in combine_validate_cost()645 new_cost += new_other_cost; in combine_validate_cost()