Home
last modified time | relevance | path

Searched refs:current_function_name (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-pure-const.c2120 current_function_name ()); in execute()
2139 current_function_name ()); in execute()
2146 current_function_name ()); in execute()
2153 current_function_name ()); in execute()
2165 current_function_name ()); in execute()
2172 current_function_name ()); in execute()
2179 current_function_name ()); in execute()
2193 current_function_name ()); in execute()
2363 current_function_name ()); in execute()
H A Dstatistics.c155 current_function_name (), in statistics_fini_pass_2()
163 current_function_name (), in statistics_fini_pass_2()
H A Dinit-regs.c115 current_function_name (), regno, bb->index, in initialize_uninitialized_regs()
H A Dfunction.h701 extern const char *current_function_name (void);
H A Dmcf.c285 current_function_name (), msg); in dump_fixup_graph()
1265 current_function_name ()); in adjust_cfg_counts()
H A Dgraphite.c173 fprintf (file, "\nFunction Name: %s\n", current_function_name ()); in print_graphite_scop_statistics()
H A Dsel-sched-dump.c746 fprintf (f, "function [label = \"%s\"];\n", current_function_name ()); in sel_dump_cfg_2()
H A Dtree-dfa.c1020 current_function_name ()); in dump_enumerated_decls()
H A Dstore-motion.c1210 current_function_name (), n_basic_blocks_for_fn (cfun)); in one_store_motion_pass()
H A Dgcse.c2641 current_function_name (), n_basic_blocks_for_fn (cfun), in one_pre_gcse_pass()
3577 current_function_name (), n_basic_blocks_for_fn (cfun), in one_code_hoisting_pass()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstatistics.cc155 current_function_name (), in statistics_fini_pass_2()
163 current_function_name (), in statistics_fini_pass_2()
H A Dinit-regs.cc118 current_function_name (), regno, bb->index, in initialize_uninitialized_regs()
H A Dfunction.h718 extern const char *current_function_name (void);
H A Dgraphite.cc173 fprintf (file, "\nFunction Name: %s\n", current_function_name ()); in print_graphite_scop_statistics()
H A Dipa-pure-const.cc2189 current_function_name ()); in execute()
2219 current_function_name ()); in execute()
2389 current_function_name ()); in execute()
H A Dmcf.cc285 current_function_name (), msg); in dump_fixup_graph()
1265 current_function_name ()); in adjust_cfg_counts()
H A Dsel-sched-dump.cc743 fprintf (f, "function [label = \"%s\"];\n", current_function_name ()); in sel_dump_cfg_2()
H A Dtree-dfa.cc1037 current_function_name ()); in dump_enumerated_decls()
H A Dstore-motion.cc1205 current_function_name (), n_basic_blocks_for_fn (cfun)); in one_store_motion_pass()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-log.c195 fputs (current_function_name(), file); in avr_log_vadump()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-log.cc195 fputs (current_function_name(), file); in avr_log_vadump()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.cc1022 fprintf (dump_file, "Function %s has ", current_function_name ()); in rename_fma_trees()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dcortex-a57-fma-steering.c1022 fprintf (dump_file, "Function %s has ", current_function_name ()); in rename_fma_trees()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in6849 my $current_function_name;
7017 $current_function_name = $final_function_names[$i];
7018 gp_message ("debugXL", $subr_name, "current_function_name = $current_function_name");
7023 if ($current_function_name eq "<Total>")
7035 $current_function_name =~ s/$g_less_than_regex/$g_html_less_than_regex/g;
7041 $current_function_name = "<b>" . $current_function_name . "</b>";
7043 …e .= " <a href='" . $href_file . "#" . $function_tags[$i] . "'>" . $current_function_name . "</a>";
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in7555 my $current_function_name;
7723 $current_function_name = $final_function_names[$i];
7724 gp_message ("debugXL", $subr_name, "current_function_name = $current_function_name");
7729 if ($current_function_name eq "<Total>")
7741 $current_function_name =~ s/$g_less_than_regex/$g_html_less_than_regex/g;
7747 $current_function_name = "<b>" . $current_function_name . "</b>";
7749 …e .= " <a href='" . $href_file . "#" . $function_tags[$i] . "'>" . $current_function_name . "</a>";

123