Home
last modified time | relevance | path

Searched refs:clone_function_name (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcgraphclones.cc494 return clone_function_name (name, suffix, suffix_counter++); in clone_function_name_numbered()
517 clone_function_name (const char *name, const char *suffix, in clone_function_name() function
537 clone_function_name (tree decl, const char *suffix, in clone_function_name() function
540 return clone_function_name ( in clone_function_name()
548 clone_function_name (tree decl, const char *suffix) in clone_function_name() function
621 clone_function_name (old_decl, suffix, num_suffix)); in create_virtual_clone()
1035 : clone_function_name (old_decl, suffix)); in create_version_clone_with_body()
Dmultiple_target.cc169 tree fname = clone_function_name (node->decl, "default"); in create_dispatcher_calls()
300 tree fname = clone_function_name (node->decl, name); in create_target_clone()
Dcgraph.h2613 tree clone_function_name (const char *name, const char *suffix,
2615 tree clone_function_name (tree decl, const char *suffix,
2617 tree clone_function_name (tree decl, const char *suffix);
Dsymtab.cc2065 tree name = clone_function_name (node->decl, "localalias"); in noninterposable_alias()
2073 name = clone_function_name (node->decl, "localalias", num++); in noninterposable_alias()
Dfinal.cc2197 = clone_function_name (current_function_decl, "cold"); in final_scan_insn_1()
DChangeLog-20182088 * cgraph.h (clone_function_name): Add a variant that takes a
2093 num_suffix to clone_function_name.
2094 (clone_function_name): Add a variant that takes a tree decl.
2104 This is achieved by having clone_function_name assign unique clone
2329 resolver symbol with clone_function_name instead of
6652 (clone_function_name): Renamed to
6654 (clone_function_name): New two-argument function that does
6656 (clone_function_name): New three-argument function that
6661 (clone_function_name): Improved documentation.
6664 * final.c (final_scan_insn_1): Use the new clone_function_name
[all …]
DChangeLog.gimple-classes307 (clone_function_name): Likewise.
DChangeLog-200924250 (clone_function_name): Bring here from tree-inline.c.
24286 (clone_fn_id_num, clone_function_name): Move to cgraph.c.
31502 (clone_function_name): New function.
DChangeLog-201028933 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
28935 use of clone_function_name.
28938 (clone_function_name): Declare.
DChangeLog-201225205 (clone_function_name): Likewise.
DChangeLog-201724260 COMDAT function. Create the name with clone_function_name instead
DChangeLog-201539567 (clone_function_name): Use it.
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto.cc440 clone_function_name (var->decl, in offload_handle_link_vars()
Dlto-partition.cc950 clone_function_name ( in privatize_symbol_name_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-features.cc2882 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc24974 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()