Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmode-switching.cc94 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)
506 int max_num_modes = 0; in optimize_mode_switching() local
531 if (num_modes[e] > max_num_modes) in optimize_mode_switching()
532 max_num_modes = num_modes[e]; in optimize_mode_switching()
555 n_entities * max_num_modes); in optimize_mode_switching()
557 n_entities * max_num_modes); in optimize_mode_switching()
559 n_entities * max_num_modes); in optimize_mode_switching()
561 n_entities * max_num_modes); in optimize_mode_switching()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/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)
506 int max_num_modes = 0; in optimize_mode_switching() local
531 if (num_modes[e] > max_num_modes) in optimize_mode_switching()
532 max_num_modes = num_modes[e]; in optimize_mode_switching()
555 n_entities * max_num_modes); in optimize_mode_switching()
557 n_entities * max_num_modes); in optimize_mode_switching()
559 n_entities * max_num_modes); in optimize_mode_switching()
561 n_entities * max_num_modes); in optimize_mode_switching()
[all …]