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

/freebsd-11-stable/contrib/gcc/
H A Dreload1.c165 static int n_spills;
204 of spilled pseudo-registers. `n_spills' is the number of
1302 for (i = 0; i < n_spills; i++)
3699 n_spills = 0;
3703 spill_reg_order[i] = n_spills;
3704 spill_regs[n_spills++] = i;
5316 for (count = 0; count < n_spills; count++)
5322 if (i >= n_spills)
5323 i -= n_spills;
5378 if (count < n_spills)
164 static int n_spills; variable
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c2676 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
2692 spill_fill_data.n_iter = 1 + (n_spills > 2);
2670 setup_spill_pointers(int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off) argument

Completed in 173 milliseconds