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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dloop-invariant.c1456 int comp_cost, size_cost; local
1468 size_cost = (estimate_reg_pressure_cost (new_regs[0] + regs_needed[0],
1521 size_cost = 0;
1524 return comp_cost - size_cost;
H A Dipa-cp.c3252 int freq_sum, profile_count count_sum, int size_cost)
3259 gcc_assert (size_cost > 0);
3269 / size_cost);
3275 "size: %i, count_sum: ", time_benefit, size_cost);
3290 / size_cost);
3297 time_benefit, size_cost, freq_sum,
3251 good_cloning_opportunity_p(struct cgraph_node *node, int time_benefit, int freq_sum, profile_count count_sum, int size_cost) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dloop-invariant.cc1466 int comp_cost, size_cost; local
1478 size_cost = (estimate_reg_pressure_cost (new_regs[0] + regs_needed[0],
1531 size_cost = 0;
1534 return comp_cost - size_cost;
H A Dipa-cp.cc3329 int size_cost)
3336 gcc_assert (size_cost > 0);
3344 sreal evaluation = (time_benefit * factor) / size_cost;
3352 size_cost);
3365 sreal evaluation = (time_benefit * freq_sum) / size_cost;
3373 time_benefit.to_double (), size_cost, freq_sum.to_double (),
3327 good_cloning_opportunity_p(struct cgraph_node *node, sreal time_benefit, sreal freq_sum, profile_count count_sum, int size_cost) argument

Completed in 230 milliseconds