Home
last modified time | relevance | path

Searched refs:new_i2_cost (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDcombine.c599 int new_i2_cost, new_i3_cost; in combine_validate_cost() local
625 new_i2_cost = insn_rtx_cost (newi2pat); in combine_validate_cost()
626 new_cost = (new_i2_cost > 0 && new_i3_cost > 0) in combine_validate_cost()
627 ? new_i2_cost + new_i3_cost : 0; in combine_validate_cost()
632 new_i2_cost = 0; in combine_validate_cost()
678 new_i2_cost, new_i3_cost, new_cost); in combine_validate_cost()
688 uid_insn_cost[INSN_UID (i2)] = new_i2_cost; in combine_validate_cost()