Searched refs:begin_label (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Ddbxout.c944 char begin_label[20];
946 ASM_GENERATE_INTERNAL_LABEL (begin_label, "LFBB", scope_labelno);
948 dbxout_stab_value_label_diff (lscope_label_name, begin_label);
1277 char begin_label[20];
1280 ASM_GENERATE_INTERNAL_LABEL (begin_label, "LFBB", scope_labelno);
1282 begin_label);
3361 const char *begin_label ATTRIBUTE_UNUSED)
3365 dbxout_stab_value_label_diff (label, begin_label);
3375 const char *begin_label ATTRIBUTE_UNUSED)
3379 dbxout_stab_value_label_diff (label, begin_label);
941 char begin_label[20]; local
1274 char begin_label[20]; local
3391 char begin_label[20]; local
[all...]
H A Dtree-vectorizer.c775 tree begin_label = tree_block_label (loop->latch);
795 else_label = build1 (GOTO_EXPR, void_type_node, begin_label);
800 then_label = build1 (GOTO_EXPR, void_type_node, begin_label);
774 tree begin_label = tree_block_label (loop->latch); local

Completed in 107 milliseconds