Searched refs:new_i3_cost (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dcombine.c605 int new_i2_cost, new_i3_cost;
628 new_i3_cost = insn_rtx_cost (newpat);
632 new_cost = (new_i2_cost > 0 && new_i3_cost > 0)
633 ? new_i2_cost + new_i3_cost : 0;
637 new_cost = new_i3_cost;
684 new_i2_cost, new_i3_cost, new_cost);
695 uid_insn_cost[INSN_UID (i3)] = new_i3_cost;
599 int new_i2_cost, new_i3_cost; local

Completed in 177 milliseconds