Searched refs:n_new (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cfgloopanal.c | 386 estimate_reg_pressure_cost (unsigned n_new, unsigned n_old, bool speed, in estimate_reg_pressure_cost() argument 390 unsigned regs_needed = n_new + n_old; in estimate_reg_pressure_cost() 406 cost = target_reg_cost [speed] * n_new; in estimate_reg_pressure_cost() 410 cost = target_spill_cost [speed] * n_new; in estimate_reg_pressure_cost()
|
H A D | dwarf2cfi.c | 2047 size_t i, n_old, n_new, n_max; in change_cfi_row() local 2060 n_new = VEC_length (dw_cfi_ref, new_row->reg_save); in change_cfi_row() 2061 n_max = MAX (n_old, n_new); in change_cfi_row() 2069 if (i < n_new) in change_cfi_row()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfgloopanal.c | 397 estimate_reg_pressure_cost (unsigned n_new, unsigned n_old, bool speed, in estimate_reg_pressure_cost() argument 401 unsigned regs_needed = n_new + n_old; in estimate_reg_pressure_cost() 417 cost = target_reg_cost [speed] * n_new; in estimate_reg_pressure_cost() 421 cost = target_spill_cost [speed] * n_new; in estimate_reg_pressure_cost()
|
H A D | dwarf2cfi.c | 2164 size_t i, n_old, n_new, n_max; in change_cfi_row() local 2177 n_new = vec_safe_length (new_row->reg_save); in change_cfi_row() 2178 n_max = MAX (n_old, n_new); in change_cfi_row() 2186 if (i < n_new) in change_cfi_row()
|
H A D | tree-ssa-loop-ivopts.c | 5629 unsigned n_old = data->regs_used, n_new = n_invs + n_cands; in ivopts_estimate_reg_pressure() local 5630 unsigned regs_needed = n_new + n_old, available_regs = target_avail_regs; in ivopts_estimate_reg_pressure() 5640 cost = n_new; in ivopts_estimate_reg_pressure()
|