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

/openbsd-current/gnu/gcc/gcc/
H A Dreload1.c255 static unsigned int spill_stack_slot_width[FIRST_PSEUDO_REGISTER];
683 memset (spill_stack_slot_width, 0, sizeof spill_stack_slot_width);
2045 && spill_stack_slot_width[from_reg] >= total_size
2063 if (spill_stack_slot_width[from_reg] > total_size)
2064 total_size = spill_stack_slot_width[from_reg];
2097 spill_stack_slot_width[from_reg] = total_size;
254 static unsigned int spill_stack_slot_width[FIRST_PSEUDO_REGISTER]; variable
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreload1.c241 static unsigned int spill_stack_slot_width[FIRST_PSEUDO_REGISTER];
706 memset ((char *) spill_stack_slot_width, 0, sizeof spill_stack_slot_width);
2043 && spill_stack_slot_width[from_reg] >= total_size
2061 if (spill_stack_slot_width[from_reg] > total_size)
2062 total_size = spill_stack_slot_width[from_reg];
2092 spill_stack_slot_width[from_reg] = total_size;
240 static unsigned int spill_stack_slot_width[FIRST_PSEUDO_REGISTER]; variable

Completed in 207 milliseconds