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

/freebsd-10-stable/contrib/gcc/
H A Dreload1.c176 static rtx spill_reg_store[FIRST_PSEUDO_REGISTER];
178 /* This is the register that was stored with spill_reg_store. This is a
3925 memset (spill_reg_store, 0, sizeof spill_reg_store);
4256 spill_reg_store[regno + i] = 0;
4293 spill_reg_store[reg] = 0;
5928 there might be a stale spill_reg_store lying around.
5932 spill_reg_store[regno] = NULL_RTX;
6334 /* Values to be put in spill_reg_store are put here first. */
6461 && spill_reg_store[REGN
175 static rtx spill_reg_store[FIRST_PSEUDO_REGISTER]; variable
[all...]

Completed in 64 milliseconds