Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dmode-switching.c454 int last_mode = no_mode; in optimize_mode_switching() local
484 if (mode != no_mode && mode != last_mode) in optimize_mode_switching()
486 last_mode = mode; in optimize_mode_switching()
492 last_mode = MODE_AFTER (last_mode, insn); in optimize_mode_switching()
506 info[bb->index].computing = last_mode; in optimize_mode_switching()
508 if (last_mode == no_mode) in optimize_mode_switching()
Doptabs.c4957 init_libfuncs (optab optable, int first_mode, int last_mode, in init_libfuncs() argument
4963 for (mode = first_mode; (int) mode <= (int) last_mode; in init_libfuncs()