Home
last modified time | relevance | path

Searched refs:dummy_label (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDdojump.c920 rtx dummy_label = NULL_RTX; in do_compare_rtx_and_jump() local
985 dummy_label = if_true_label = gen_label_rtx (); in do_compare_rtx_and_jump()
1092 if (! dummy_label) in do_compare_rtx_and_jump()
1093 dummy_label = gen_label_rtx (); in do_compare_rtx_and_jump()
1094 dest_label = dummy_label; in do_compare_rtx_and_jump()
1135 if (dummy_label) in do_compare_rtx_and_jump()
1136 emit_label (dummy_label); in do_compare_rtx_and_jump()
/dragonfly/contrib/gcc-8.0/gcc/
HDdojump.c963 rtx_code_label *dummy_label = NULL; in do_compare_rtx_and_jump() local
1024 dummy_label = if_true_label = gen_label_rtx (); in do_compare_rtx_and_jump()
1145 if (! dummy_label) in do_compare_rtx_and_jump()
1146 dummy_label = gen_label_rtx (); in do_compare_rtx_and_jump()
1147 dest_label = dummy_label; in do_compare_rtx_and_jump()
1169 if (dummy_label) in do_compare_rtx_and_jump()
1170 emit_label (dummy_label); in do_compare_rtx_and_jump()