Home
last modified time | relevance | path

Searched refs:return_used_this_function (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.h1521 int return_used_this_function; member
H A Darm.c21214 cfun->machine->return_used_this_function = 1; in output_return_instruction()
21591 cfun->machine->return_used_this_function = 0; in arm_output_function_epilogue()
21599 || (cfun->machine->return_used_this_function != 0) in arm_output_function_epilogue()
26399 if (cfun->machine->return_used_this_function != 0) in thumb1_unexpanded_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1614 int return_used_this_function; member
H A Darm.cc21416 cfun->machine->return_used_this_function = 1; in output_return_instruction()
21793 cfun->machine->return_used_this_function = 0; in arm_output_function_epilogue()
21801 || (cfun->machine->return_used_this_function != 0) in arm_output_function_epilogue()
26651 if (cfun->machine->return_used_this_function != 0) in thumb1_unexpanded_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200928174 * config/arm/arm.c (return_used_this_function): Remove.
28176 return_used_this_function.
28178 return_used_this_function
28179 by cfun->machine->return_used_this_function.
28184 New member return_used_this_function.
H A DChangeLog-201621023 return_used_this_function): Remove.