Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dprint-tree.c111 && LABEL_DECL_UID (node) != -1) in print_node_brief()
116 fprintf (file, " L.%d", (int) LABEL_DECL_UID (node)); in print_node_brief()
288 && LABEL_DECL_UID (node) != -1) in print_node()
293 fprintf (file, " L.%d", (int) LABEL_DECL_UID (node)); in print_node()
H A Dtree-cfg.c968 int uid = LABEL_DECL_UID (dest); in label_to_block_fn()
980 uid = LABEL_DECL_UID (dest); in label_to_block_fn()
4161 uid = LABEL_DECL_UID (decl); in verify_gimple_label()
6170 int uid = LABEL_DECL_UID (label); in move_block_to_fn()
6268 LABEL_DECL_UID (m->to) = LABEL_DECL_UID (decl); in new_label_mapper()
6269 if (LABEL_DECL_UID (m->to) >= cfun->cfg->last_label_uid) in new_label_mapper()
6270 cfun->cfg->last_label_uid = LABEL_DECL_UID (m->to) + 1; in new_label_mapper()
H A Dtree-pretty-print.c182 if (TREE_CODE (node) == LABEL_DECL && LABEL_DECL_UID (node) != -1) in dump_decl_name()
183 pp_printf (buffer, "L.%d", (int) LABEL_DECL_UID (node)); in dump_decl_name()
1127 else if (LABEL_DECL_UID (node) != -1) in dump_generic_node()
1128 pp_printf (buffer, "<L%d>", (int) LABEL_DECL_UID (node)); in dump_generic_node()
H A Dtree-streamer-in.c209 LABEL_DECL_UID (expr) = -1; in unpack_ts_decl_common_value_fields()
H A Dgimple.c2121 uid = LABEL_DECL_UID (t); in gimple_set_bb()
2125 LABEL_DECL_UID (t) = uid = cfun->cfg->last_label_uid++; in gimple_set_bb()
H A Dtree-inline.c4882 LABEL_DECL_UID (copy) = -1; in copy_decl_no_change()
H A Dtree.h3091 #define LABEL_DECL_UID(NODE) \ macro
H A Dtree.c890 LABEL_DECL_UID (t) = -1; in make_node_stat()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dprint-tree.c79 && LABEL_DECL_UID (node) != -1) in print_node_brief()
84 fprintf (file, " L.%d", (int) LABEL_DECL_UID (node)); in print_node_brief()
239 && LABEL_DECL_UID (node) != -1) in print_node()
244 fprintf (file, " L.%d", (int) LABEL_DECL_UID (node)); in print_node()
H A Dtree-pretty-print.c277 if (TREE_CODE (node) == LABEL_DECL && LABEL_DECL_UID (node) != -1) in dump_decl_name()
278 pp_printf (pp, "L%c%d", uid_sep, (int) LABEL_DECL_UID (node)); in dump_decl_name()
1855 else if (LABEL_DECL_UID (node) != -1) in dump_generic_node()
1858 pp_printf (pp, "L%d", (int) LABEL_DECL_UID (node)); in dump_generic_node()
1860 pp_printf (pp, "<L%d>", (int) LABEL_DECL_UID (node)); in dump_generic_node()
H A Dtree-cfg.c1408 int uid = LABEL_DECL_UID (dest); in label_to_block_fn()
1421 uid = LABEL_DECL_UID (dest); in label_to_block_fn()
4993 uid = LABEL_DECL_UID (decl); in verify_gimple_label()
7245 int uid = LABEL_DECL_UID (label); in move_block_to_fn()
7341 LABEL_DECL_UID (m->to) = LABEL_DECL_UID (decl); in new_label_mapper()
7342 if (LABEL_DECL_UID (m->to) >= cfun->cfg->last_label_uid) in new_label_mapper()
7343 cfun->cfg->last_label_uid = LABEL_DECL_UID (m->to) + 1; in new_label_mapper()
H A Dtree-streamer-in.c252 LABEL_DECL_UID (expr) = -1; in unpack_ts_decl_common_value_fields()
H A Dgimple.c1609 uid = LABEL_DECL_UID (t); in gimple_set_bb()
1614 LABEL_DECL_UID (t) = uid = cfun->cfg->last_label_uid++; in gimple_set_bb()
H A Dtree-switch-conversion.c254 return LABEL_DECL_UID (d2->label) - LABEL_DECL_UID (d1->label); in case_bit_test_cmp()
H A Dlto-streamer-out.c1076 hstate.add_int (LABEL_DECL_UID (t)); in hash_tree()
H A Dtree.c1059 LABEL_DECL_UID (t) = -1; in make_node()
14321 ASSERT_EQ (-1, LABEL_DECL_UID (label_decl)); in test_labels()
H A Dtree-inline.c5648 LABEL_DECL_UID (copy) = -1; in copy_decl_no_change()
H A Dtree.h2673 #define LABEL_DECL_UID(NODE) \ macro
/dflybsd-src/contrib/gcc-8.0/gcc/lto/
H A Dlto.c1110 compare_values (LABEL_DECL_UID); in compare_tree_sccs_1()