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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dira-costs.c522 int alt_cost = 0, op_cost_add;
1019 op_cost_add = alt_cost * frequency;
1032 (qq->mem_cost + op_cost_add) * scale);
1036 = MIN (pp_costs[k], (qq_costs[k] + op_cost_add) * scale);
519 int alt_cost = 0, op_cost_add; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira-costs.cc535 int alt_cost = 0, op_cost_add;
1053 op_cost_add = alt_cost * frequency;
1069 (qq->mem_cost + op_cost_add) * scale);
1082 = MIN (old_cost, (qq_costs[k] + op_cost_add) * scale);
532 int alt_cost = 0, op_cost_add; local

Completed in 81 milliseconds