Home
last modified time | relevance | path

Searched refs:max_num_modes (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmode-switching.c94 bitmap_clear_bit (b, (j * max_num_modes) + i)
98 bitmap_bit_p (b, (j * max_num_modes) + i)
102 bitmap_set_bit (b, (j * max_num_modes) + i)
492 int max_num_modes = 0; in optimize_mode_switching() local
517 if (num_modes[e] > max_num_modes) in optimize_mode_switching()
518 max_num_modes = num_modes[e]; in optimize_mode_switching()
541 n_entities * max_num_modes); in optimize_mode_switching()
543 n_entities * max_num_modes); in optimize_mode_switching()
545 n_entities * max_num_modes); in optimize_mode_switching()
547 n_entities * max_num_modes); in optimize_mode_switching()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmode-switching.c447 int max_num_modes = 0; in optimize_mode_switching() local
465 if (num_modes[e] > max_num_modes) in optimize_mode_switching()
466 max_num_modes = num_modes[e]; in optimize_mode_switching()
589 for (i = 0; i < max_num_modes; i++) in optimize_mode_switching()