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

/haiku-buildtools/legacy/gcc/gcc/
H A Dflags.h190 extern int flag_caller_saves;
H A Dtoplev.c448 int flag_caller_saves = 1; variable
450 int flag_caller_saves = 0; variable
904 {"caller-saves", &flag_caller_saves, 1,
2989 if (flag_caller_saves)
4907 flag_caller_saves = 1;
H A Dglobal.c1107 if (flag_caller_saves && best_reg < 0)
H A Dlocal-alloc.c2102 && flag_caller_saves
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dosfrose.h805 if (flag_caller_saves) \
/haiku-buildtools/gcc/gcc/
H A Dira.c2444 ira_assert (!optimize || flag_caller_saves
5182 bool saved_flag_caller_saves = flag_caller_saves;
5200 flag_caller_saves = false;
5213 if (flag_caller_saves && !ira_use_lra_p)
5432 flag_caller_saves = saved_flag_caller_saves;
H A Dira-conflicts.c762 if ((! flag_caller_saves && ALLOCNO_CALLS_CROSSED_NUM (a) != 0)
H A Dira-color.c4301 if (! flag_caller_saves && ALLOCNO_CALLS_CROSSED_NUM (a) != 0)
4326 ira_assert (flag_caller_saves);
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c446 flag_caller_saves = 0;

Completed in 224 milliseconds