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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreload1.c167 static int n_spills;
206 of spilled pseudo-registers. `n_spills' is the number of
1449 for (i = 0; i < n_spills; i++)
3983 n_spills = 0;
3987 spill_reg_order[i] = n_spills;
3988 spill_regs[n_spills++] = i;
5828 for (count = 0; count < n_spills; count++)
5834 if (i >= n_spills)
5835 i -= n_spills;
5890 if (count < n_spills)
166 static int n_spills; variable
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dreload1.c159 static int n_spills;
198 of spilled pseudo-registers. `n_spills' is the number of
1276 for (i = 0; i < n_spills; i++)
3660 n_spills = 0;
3664 spill_reg_order[i] = n_spills;
3665 spill_regs[n_spills++] = i;
5234 for (count = 0; count < n_spills; count++)
5240 if (i >= n_spills)
5241 i -= n_spills;
5296 if (count < n_spills)
158 static int n_spills; variable
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c2840 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
2856 spill_fill_data.n_iter = 1 + (n_spills > 2);
2835 setup_spill_pointers(int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c2649 setup_spill_pointers (int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off)
2665 spill_fill_data.n_iter = 1 + (n_spills > 2);
2643 setup_spill_pointers(int n_spills, rtx init_reg, HOST_WIDE_INT cfa_off) argument

Completed in 158 milliseconds