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

/freebsd-10-stable/contrib/gcc/
H A Dreload1.c132 static unsigned int *reg_max_ref_width;
718 reg_max_ref_width = XCNEWVEC (unsigned int, max_regno);
1296 free (reg_max_ref_width);
2014 unsigned int total_size = MAX (inherent_size, reg_max_ref_width[i]);
2015 unsigned int min_align = reg_max_ref_width[i] * BITS_PER_UNIT;
3824 /* Find all paradoxical subregs within X and update reg_max_ref_width. */
3851 > reg_max_ref_width[REGNO (SUBREG_REG (x))]))
3852 reg_max_ref_width[REGNO (SUBREG_REG (x))]
131 static unsigned int *reg_max_ref_width; variable

Completed in 75 milliseconds