Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dframe-header-opt.cc192 tree called_fn_tree; in callees_functions_use_frame_header() local
205 called_fn_tree = gimple_call_fndecl (stmt); in callees_functions_use_frame_header()
206 if (called_fn_tree != NULL) in callees_functions_use_frame_header()
208 called_fn = DECL_STRUCT_FUNCTION (called_fn_tree); in callees_functions_use_frame_header()
210 || DECL_WEAK (called_fn_tree) in callees_functions_use_frame_header()
233 tree called_fn_tree; in set_callers_may_not_allocate_frame() local
246 called_fn_tree = gimple_call_fndecl (stmt); in set_callers_may_not_allocate_frame()
247 if (called_fn_tree != NULL) in set_callers_may_not_allocate_frame()
249 called_fn = DECL_STRUCT_FUNCTION (called_fn_tree); in set_callers_may_not_allocate_frame()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dframe-header-opt.c192 tree called_fn_tree; in callees_functions_use_frame_header() local
205 called_fn_tree = gimple_call_fndecl (stmt); in callees_functions_use_frame_header()
206 if (called_fn_tree != NULL) in callees_functions_use_frame_header()
208 called_fn = DECL_STRUCT_FUNCTION (called_fn_tree); in callees_functions_use_frame_header()
210 || DECL_WEAK (called_fn_tree) in callees_functions_use_frame_header()
233 tree called_fn_tree; in set_callers_may_not_allocate_frame() local
246 called_fn_tree = gimple_call_fndecl (stmt); in set_callers_may_not_allocate_frame()
247 if (called_fn_tree != NULL) in set_callers_may_not_allocate_frame()
249 called_fn = DECL_STRUCT_FUNCTION (called_fn_tree); in set_callers_may_not_allocate_frame()