Searched refs:LABEL_DECL_UID (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | print-tree.c | 94 && LABEL_DECL_UID (node) != -1) in print_node_brief() 95 fprintf (file, " L." HOST_WIDE_INT_PRINT_DEC, LABEL_DECL_UID (node)); in print_node_brief() 240 && LABEL_DECL_UID (node) != -1) in print_node() 241 fprintf (file, " L." HOST_WIDE_INT_PRINT_DEC, LABEL_DECL_UID (node)); in print_node()
|
| H A D | print-rtl.c | 78 if (TREE_CODE (node) == LABEL_DECL && LABEL_DECL_UID (node) != -1) in print_decl_name() 79 fprintf (outfile, "L." HOST_WIDE_INT_PRINT_DEC, LABEL_DECL_UID (node)); in print_decl_name()
|
| H A D | tree-cfg.c | 825 int uid = LABEL_DECL_UID (dest); in label_to_block_fn() 838 uid = LABEL_DECL_UID (dest); in label_to_block_fn() 2782 uid = LABEL_DECL_UID (t); in set_bb_for_stmt() 2786 LABEL_DECL_UID (t) = uid = cfun->last_label_uid++; in set_bb_for_stmt() 2820 LABEL_DECL_UID (LABEL_EXPR_LABEL (t)), bb); in change_bb_for_stmt() 4748 int uid = LABEL_DECL_UID (label); in move_block_to_fn() 4832 LABEL_DECL_UID (m->to) = LABEL_DECL_UID (decl); in new_label_mapper()
|
| H A D | tree-pretty-print.c | 174 && LABEL_DECL_UID (t) != -1) in dump_decl_name() 176 LABEL_DECL_UID (t)); in dump_decl_name() 814 else if (LABEL_DECL_UID (node) != -1) in dump_generic_node() 816 LABEL_DECL_UID (node)); in dump_generic_node()
|
| H A D | tree-inline.c | 2686 LABEL_DECL_UID (copy) = -1; in copy_decl_no_change()
|
| H A D | tree.h | 2752 #define LABEL_DECL_UID(NODE) \ macro
|
| H A D | ChangeLog.tree-ssa | 5527 * tree.h (LABEL_DECL_UID): Rename from LABEL_DECL_INDEX. 5530 * tree-cfg.c (set_bb_for_stmt): Don't re-set LABEL_DECL_UID. 5533 * tree-pretty-print.c (dump_generic_node): Use LABEL_DECL_UID if set.
|
| H A D | ChangeLog-2005 | 18239 * integrate.c (copy_decl_for_inlining): Kill LABEL_DECL_UID field. 30932 * print-tree.c (print_node_brief): Print LABEL_DECL_UID.
|
| H A D | ChangeLog-2004 | 34033 DECL_HARD_REGISTER, DECL_PTA_ALIASVAR, LABEL_DECL_UID,
|