Home
last modified time | relevance | path

Searched refs:drop_through_label (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDdojump.c168 rtx drop_through_label = 0; in do_jump() local
295 drop_through_label = gen_label_rtx (); in do_jump()
297 if_true_label = drop_through_label; in do_jump()
299 if_false_label = drop_through_label; in do_jump()
504 drop_through_label = if_true_label = gen_label_rtx (); in do_jump()
523 drop_through_label = gen_label_rtx (); in do_jump()
524 do_jump (TREE_OPERAND (exp, 0), drop_through_label, NULL_RTX); in do_jump()
543 drop_through_label = gen_label_rtx (); in do_jump()
544 do_jump (TREE_OPERAND (exp, 0), NULL_RTX, drop_through_label); in do_jump()
606 if (drop_through_label) in do_jump()
[all …]
HDbuiltins.c4716 rtx insn, drop_through_label, temp; in expand_builtin_expect_jump() local
4723 drop_through_label = get_last_insn (); in expand_builtin_expect_jump()
4724 if (drop_through_label && NOTE_P (drop_through_label)) in expand_builtin_expect_jump()
4725 drop_through_label = prev_nonnote_insn (drop_through_label); in expand_builtin_expect_jump()
4726 if (drop_through_label && !LABEL_P (drop_through_label)) in expand_builtin_expect_jump()
4727 drop_through_label = NULL_RTX; in expand_builtin_expect_jump()
4731 if_true_label = drop_through_label; in expand_builtin_expect_jump()
4733 if_false_label = drop_through_label; in expand_builtin_expect_jump()
HDChangeLog-200535700 * dojump.c (do_jump): Make drop_through_label available
HDChangeLog-200418405 sequence inline. Move drop_through_label code into this