Searched refs:spilled (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dra-rewrite.c79 already spilled webs are noted. In COALESCED the IDs of webs still
81 spilled, are connected by a move, and don't conflict. Greatly
85 spill_coalescing (coalesce, spilled)
86 sbitmap coalesce, spilled;
95 if ((TEST_BIT (spilled, s->id) && TEST_BIT (coalesce, t->id))
96 || (TEST_BIT (spilled, t->id) && TEST_BIT (coalesce, s->id)))
161 spill_prop_savings (web, spilled)
163 sbitmap spilled;
184 if (s != web || !TEST_BIT (spilled, t->id) || t->pattern
221 /* The spill propagation pass. If we have to spilled web
278 sbitmap spilled, processed, to_prop; local
[all...]
H A Dreload1.c64 has been chosen as a reload reg, such pseudos must be ``spilled''.
190 of spilled pseudo-registers. `n_spills' is the number of
202 formerly spilled from one of them. If we allowed reallocating a pseudo to
237 /* Record the stack slot for each spilled hard register. */
243 /* Record which pseudos needed to be spilled. */
670 so any pseudo reg that is spilled must go to the stack.
1611 spilled hard reg and SPILL_ADD_COST for subsequent regs. SPILL_ADD_COST
1697 count_spilled_pseudo (spilled, spilled_nregs, reg)
1698 int spilled, spilled_nregs, reg;
1704 || spilled
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dreload1.c67 has been chosen as a reload reg, such pseudos must be ``spilled''.
204 of spilled pseudo-registers. `n_spills' is the number of
216 formerly spilled from one of them. If we allowed reallocating a pseudo to
251 /* Record the stack slot for each spilled hard register. */
257 /* Record which pseudos needed to be spilled. */
649 so any pseudo reg that is spilled must go to the stack.
1615 spilled hard reg and SPILL_ADD_COST for subsequent regs. SPILL_ADD_COST
1699 count_spilled_pseudo (int spilled, int spilled_nregs, int reg)
1705 || spilled + spilled_nregs <= r || r + nregs <= spilled)
1690 count_spilled_pseudo(int spilled, int spilled_nregs, int reg) argument
[all...]
/openbsd-current/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex6438 % Deeper inside, just make sure that the saved insertions are not spilled
/openbsd-current/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex6174 % Deeper inside, just make sure that the saved insertions are not spilled
/openbsd-current/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex6309 % Deeper inside, just make sure that the saved insertions are not spilled

Completed in 367 milliseconds