Home
last modified time | relevance | path

Searched refs:LABEL_DECL_UID (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dprint-tree.c94 && 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 Dprint-rtl.c78 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 Dtree-cfg.c825 int uid = LABEL_DECL_UID (dest); in label_to_block_fn()
838 uid = LABEL_DECL_UID (dest); in label_to_block_fn()
2775 uid = LABEL_DECL_UID (t); in set_bb_for_stmt()
2779 LABEL_DECL_UID (t) = uid = cfun->last_label_uid++; in set_bb_for_stmt()
2813 LABEL_DECL_UID (LABEL_EXPR_LABEL (t)), bb); in change_bb_for_stmt()
4741 int uid = LABEL_DECL_UID (label); in move_block_to_fn()
4825 LABEL_DECL_UID (m->to) = LABEL_DECL_UID (decl); in new_label_mapper()
H A Dtree-pretty-print.c174 && 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 Dtree-inline.c2686 LABEL_DECL_UID (copy) = -1; in copy_decl_no_change()
H A Dtree.h2712 #define LABEL_DECL_UID(NODE) \ macro