Home
last modified time | relevance | path

Searched refs:function_ok_for_sibcall (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000-protos.h125 extern int function_ok_for_sibcall (tree);
/freebsd-12.1/contrib/gcc/
H A Dtarget.h504 bool (*function_ok_for_sibcall) (tree decl, tree exp); member
H A Dcalls.c2216 || !targetm.function_ok_for_sibcall (fndecl, exp) in expand_call()
H A DChangeLog-20025806 for sibcall optimization; use function_ok_for_sibcall
5813 * target.h (struct gcc_target): Add function_ok_for_sibcall.
5832 * config/rs6000/rs6000-protos.h: (function_ok_for_sibcall):
5835 Rename function_ok_for_sibcall to rs6000_function_ok_for_sibcall;
8248 (function_ok_for_sibcall): Use binds_local_p. Respect longcall
10782 * config/rs6000/rs6000.c (function_ok_for_sibcall): New.
10783 * config/rs6000/rs6000-protos.h (function_ok_for_sibcall): New.