Searched refs:called_fn_tree (Results 1 – 2 of 2) sorted by relevance
192 tree called_fn_tree; in callees_functions_use_frame_header() local205 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() local246 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()