Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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()
H A 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()
H A 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);
H A 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()
H A Dfinal.cc2197 = clone_function_name (current_function_decl, "cold"); in final_scan_insn_1()
H A 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 …]
H A DChangeLog.gimple-classes307 (clone_function_name): Likewise.
H A 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.
H A DChangeLog-201028933 * cgraph.c (clone_function_name): Take SUFFIX argument; export.
28935 use of clone_function_name.
28938 (clone_function_name): Declare.
H A DChangeLog-201225205 (clone_function_name): Likewise.
H A DChangeLog-201724260 COMDAT function. Create the name with clone_function_name instead
H A DChangeLog-201539567 (clone_function_name): Use it.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphclones.c493 return clone_function_name (name, suffix, suffix_counter++); in clone_function_name_numbered()
516 clone_function_name (const char *name, const char *suffix, in clone_function_name() function
536 clone_function_name (tree decl, const char *suffix, in clone_function_name() function
539 return clone_function_name ( in clone_function_name()
547 clone_function_name (tree decl, const char *suffix) in clone_function_name() function
620 clone_function_name (old_decl, suffix, num_suffix)); in create_virtual_clone()
H A Dcgraph.h2634 tree clone_function_name (const char *name, const char *suffix,
2636 tree clone_function_name (tree decl, const char *suffix,
2638 tree clone_function_name (tree decl, const char *suffix);
H A Dsymtab.c1890 tree name = clone_function_name (node->decl, "localalias"); in noninterposable_alias()
1898 name = clone_function_name (node->decl, "localalias", num++); in noninterposable_alias()
H A Dfinal.c2207 = clone_function_name (current_function_decl, "cold"); in final_scan_insn_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto.cc440 clone_function_name (var->decl, in offload_handle_link_vars()
H A Dlto-partition.cc950 clone_function_name ( in privatize_symbol_name_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto.c565 clone_function_name (var->decl, in offload_handle_link_vars()
H A Dlto-partition.c944 clone_function_name ( in privatize_symbol_name_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2882 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2752 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24974 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c24288 tree decl_name = clone_function_name (default_decl, "resolver"); in make_resolver_func()