Searched refs:current_function_name (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | graph.c | 59 current_function_name (), current_function_name ()); in start_fct() 79 current_function_name (), bb, bb); in start_bb() 120 current_function_name (), in node_data() 121 current_function_name (), XINT (tmp_rtx, 0)); in node_data() 133 current_function_name (), XINT (tmp_rtx, 0), in node_data() 185 current_function_name (), from, in draw_edge() 186 current_function_name (), to, color); in draw_edge() 216 current_function_name ()); in end_fct()
|
| H A D | function.h | 577 extern const char *current_function_name (void);
|
| H A D | df-core.c | 1126 fprintf (file, "\n\n%s\n", current_function_name ()); in df_dump()
|
| H A D | gcse.c | 799 current_function_name (), n_basic_blocks); in gcse_main() 3429 current_function_name (), pass, bytes_used); in one_cprop_pass() 4566 current_function_name (), pass, bytes_used); in one_pre_gcse_pass() 6560 current_function_name (), n_basic_blocks); in bypass_jumps()
|
| H A D | haifa-sched.c | 2899 ";; %s:\n", current_function_name ()); in sched_finish()
|
| H A D | function.c | 5717 current_function_name (void) in current_function_name() function
|
| H A D | ChangeLog.tree-ssa | 11566 to not rely on current_function_name (and implicitly cfun). 11570 to not rely on current_function_name (and implicitly cfun). 11574 to not rely on current_function_name (and implicitly cfun). 14432 (dump_tree_cfg): Use current_function_name. 14435 (tree_cfg2dot): Use current_function_name. 14437 (dump_dfa_stats): Use current_function_name. 14447 (dump_reaching_defs): Use current_function_name.
|
| H A D | FSFChangeLog.10 | 6447 * mips.h (current_function_name): Delete declaration. 6448 (ASM_DECLARE_FUNCTION_NAME): Don't set current_function_name. 6452 current_function_name.
|
| H A D | ChangeLog-1999 | 11199 * config/vax/vms.h (current_function_name): Delete declaration. 11201 (current_function_name, current_function_calls_setjmp): Delete 11280 current_function_name, current_function_uses_const_pool, 11337 current_function_name, current_function_return_rtx,
|
| H A D | ChangeLog-2004 | 38273 put_var_into_stack, allocate_struct_function, current_function_name): 47018 (current_function_name): Make it an extern function. 47019 * function.c (current_function_name): New function. 47020 * graph.c: Update all uses of current_function_name.
|
| H A D | ChangeLog-2005 | 27975 current_function_name() in a label, use a local label instead.
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.c | 7270 current_function_name (), cfun_frame_layout.frame_size); in s390_emit_prologue() 7273 warning (0, "%qs uses dynamic stack allocation", current_function_name ()); in s390_emit_prologue()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.c | 7990 fprintf (file, "\t# Stub function for %s (", current_function_name ()); in build_mips16_function_stub()
|