Searched refs:spill_stack_slot_width (Results 1 – 2 of 2) sorted by relevance
254 static unsigned int spill_stack_slot_width[FIRST_PSEUDO_REGISTER]; variable678 memset (spill_stack_slot_width, 0, sizeof spill_stack_slot_width); in reload()2033 && spill_stack_slot_width[from_reg] >= total_size in alter_reg()2051 if (spill_stack_slot_width[from_reg] > total_size) in alter_reg()2052 total_size = spill_stack_slot_width[from_reg]; in alter_reg()2085 spill_stack_slot_width[from_reg] = total_size; in alter_reg()
24375 * reload1.c (reg_max_ref_width, spill_stack_slot_width): Now unsigned.