Home
last modified time | relevance | path

Searched refs:does_not_use_frame_header (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dframe-header-opt.cc213 || !called_fn->machine->does_not_use_frame_header) in callees_functions_use_frame_header()
273 fn->machine->does_not_use_frame_header = !needs_frame_header_p (fn); in frame_header_opt()
H A Dmips.h3385 bool does_not_use_frame_header; member
H A Dmips.cc11319 && cfun->machine->does_not_use_frame_header in mips_compute_frame_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dframe-header-opt.c213 || !called_fn->machine->does_not_use_frame_header) in callees_functions_use_frame_header()
273 fn->machine->does_not_use_frame_header = !needs_frame_header_p (fn); in frame_header_opt()
H A Dmips.h3366 bool does_not_use_frame_header; member
H A Dmips.c11178 && cfun->machine->does_not_use_frame_header in mips_compute_frame_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201512980 (machine_function): Add does_not_use_frame_header and