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

/haiku-buildtools/gcc/gcc/
H A Dcfgloopanal.c393 estimate_reg_pressure_cost (unsigned n_new, unsigned n_old, bool speed, function
H A Dcfgloop.h690 extern unsigned estimate_reg_pressure_cost (unsigned, unsigned, bool, bool);
H A Dloop-invariant.c1279 through to estimate_reg_pressure_cost. */
1298 size_cost = (estimate_reg_pressure_cost (new_regs[0] + regs_needed[0],
1300 - estimate_reg_pressure_cost (new_regs[0],
H A Dtree-ssa-loop-ivopts.c5232 return size + estimate_reg_pressure_cost (size, data->regs_used, data->speed,

Completed in 113 milliseconds