Home
last modified time | relevance | path

Searched refs:static_chain_decl (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dfunction.h280 tree static_chain_decl; member
Dtree-inline.c1151 p = DECL_STRUCT_FUNCTION (fn)->static_chain_decl; in initialize_inlined_parameters()
2817 p = DECL_STRUCT_FUNCTION (old_decl)->static_chain_decl; in tree_function_versioning()
2819 DECL_STRUCT_FUNCTION (new_decl)->static_chain_decl = in tree_function_versioning()
2820 copy_static_chain (DECL_STRUCT_FUNCTION (old_decl)->static_chain_decl, in tree_function_versioning()
Dtree-ssa-reassoc.c1448 if (cfun->static_chain_decl != NULL) in init_reassoc()
1450 tree def = default_def (cfun->static_chain_decl); in init_reassoc()
Dtree-ssa-pre.c3405 if (cfun->static_chain_decl) in compute_avail()
3407 param = cfun->static_chain_decl; in compute_avail()
Dtree-nested.c1884 sf->static_chain_decl = root->chain_decl; in finalize_nesting_tree_1()
Dfunction.c4158 if (cfun->static_chain_decl) in expand_function_start()
4160 tree parm = cfun->static_chain_decl; in expand_function_start()
Dfinal.c1463 int cxt = cfun->static_chain_decl != NULL; in profile_function()
Dtree-vrp.c262 if (arg == cfun->static_chain_decl) in nonnull_arg_p()
Ddwarf2out.c11970 if (cfun->static_chain_decl) in gen_subprogram_die()
11972 loc_descriptor_from_tree (cfun->static_chain_decl)); in gen_subprogram_die()
DChangeLog.tree-ssa1235 "current_function_needs_context" with "cfun->static_chain_decl
1587 cfun->static_chain_decl instead of current_function_needs_context.
1677 Add static_chain_decl, nonlocal_goto_save_area.
DChangeLog-200421339 Fix comment for static_chain_decl.
21340 * tree-inline.c (save_body): Add new arg and handle static_chain_decl.
21343 static_chain_decl.
32363 * function.c (expand_function_start): Expand static_chain_decl by hand.
33601 Add static_chain_decl, nonlocal_goto_save_area.
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.c1437 if (cfun->static_chain_decl != NULL) in arm_compute_func_type()
10629 && cfun->static_chain_decl != NULL in arm_compute_initial_elimination_offset()
/freebsd-12-stable/contrib/gcc/config/ia64/
Dia64.c9615 if (cfun->static_chain_decl && !TARGET_NO_PIC && !TARGET_AUTO_PIC) in ia64_output_function_profiler()
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.c16551 if (cfun->static_chain_decl != NULL) in output_function_profiler()