Searched refs:LABEL_DECL_UID (Results 1 – 19 of 19) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | print-tree.c | 111 && 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 D | tree-cfg.c | 968 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 D | tree-pretty-print.c | 182 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 D | tree-streamer-in.c | 209 LABEL_DECL_UID (expr) = -1; in unpack_ts_decl_common_value_fields()
|
H A D | gimple.c | 2121 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 D | tree-inline.c | 4882 LABEL_DECL_UID (copy) = -1; in copy_decl_no_change()
|
H A D | tree.h | 3091 #define LABEL_DECL_UID(NODE) \ macro
|
H A D | tree.c | 890 LABEL_DECL_UID (t) = -1; in make_node_stat()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | print-tree.c | 79 && 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 D | tree-pretty-print.c | 277 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 D | tree-cfg.c | 1408 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 D | tree-streamer-in.c | 252 LABEL_DECL_UID (expr) = -1; in unpack_ts_decl_common_value_fields()
|
H A D | gimple.c | 1609 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 D | tree-switch-conversion.c | 254 return LABEL_DECL_UID (d2->label) - LABEL_DECL_UID (d1->label); in case_bit_test_cmp()
|
H A D | lto-streamer-out.c | 1076 hstate.add_int (LABEL_DECL_UID (t)); in hash_tree()
|
H A D | tree.c | 1059 LABEL_DECL_UID (t) = -1; in make_node() 14321 ASSERT_EQ (-1, LABEL_DECL_UID (label_decl)); in test_labels()
|
H A D | tree-inline.c | 5648 LABEL_DECL_UID (copy) = -1; in copy_decl_no_change()
|
H A D | tree.h | 2673 #define LABEL_DECL_UID(NODE) \ macro
|
/dflybsd-src/contrib/gcc-8.0/gcc/lto/ |
H A D | lto.c | 1110 compare_values (LABEL_DECL_UID); in compare_tree_sccs_1()
|