Home
last modified time | relevance | path

Searched refs:target_label (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dreorg.c820 if (target_label == 0) in optimize_skip()
823 if (target_label) in optimize_skip()
2966 own_target = own_thread_p (target_label, target_label, 0); in fill_eager_delay_slots()
3064 target_label = skip_consecutive_labels (follow_jumps (target_label)); in relax_delay_slots()
3065 if (target_label == 0) in relax_delay_slots()
3068 if (target_label && next_active_insn (target_label) == next in relax_delay_slots()
3075 if (target_label && target_label != JUMP_LABEL (insn)) in relax_delay_slots()
3084 && target_label in relax_delay_slots()
3209 if (target_label) in relax_delay_slots()
3264 if (target_label in relax_delay_slots()
[all …]
H A Dcfgrtl.c796 rtx target_label = block_label (target); in try_redirect_by_replacing_jump() local
799 emit_jump_insn_after_noloc (gen_jump (target_label), insn); in try_redirect_by_replacing_jump()
800 JUMP_LABEL (BB_END (src)) = target_label; in try_redirect_by_replacing_jump()
801 LABEL_NUSES (target_label)++; in try_redirect_by_replacing_jump()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dreorg.c748 rtx target_label; local
798 if (target_label == 0)
976 if (target_label)
3041 own_target = own_thread_p (target_label, target_label, 0); in fill_eager_delay_slots()
3140 target_label = follow_jumps (target_label);
3143 target_label = prev_label (next_real_insn (target_label));
3145 if (target_label == 0)
3288 if (target_label)
3302 if (trial != target_label
3306 target_label = trial;
[all …]
H A Dcfgrtl.c745 rtx target_label = block_label (target); local
748 emit_jump_insn_after (gen_jump (target_label), insn);
749 JUMP_LABEL (src->end) = target_label;
750 LABEL_NUSES (target_label)++;
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c56 push_pending_label (target_label) in push_pending_label() argument
57 tree target_label; in push_pending_label()
59 if (! LABEL_CHANGED (target_label))
62 pending_blocks = target_label;
63 LABEL_CHANGED (target_label) = 1;
72 check_pending_block (target_label) in check_pending_block() argument
73 tree target_label; in check_pending_block()
81 push_pending_label (target_label);
86 if (LABEL_IN_SUBR (target_label))
91 if (LABEL_IN_SUBR (target_label))
[all …]
H A Dexpr.c1694 tree target_label = lookup_label (target_pc); local
1696 expand_goto (target_label);
1704 tree target_label = lookup_label (target_pc);
1708 expand_goto (target_label);
1717 tree target_label = lookup_label (target_pc);
1719 expand_goto (target_label);
/openbsd/gnu/gcc/gcc/config/m88k/
H A Dm88k.c754 rtx target_label = JUMP_LABEL (jump_insn); in mostly_false_jump() local
762 for (insnt = NEXT_INSN (target_label); in mostly_false_jump()
809 for (insnt = PREV_INSN (target_label); in mostly_false_jump()
823 > INSN_ADDRESSES (INSN_UID (target_label))) in mostly_false_jump()
/openbsd/gnu/usr.bin/gcc/gcc/config/m88k/
H A Dm88k.c999 rtx target_label = JUMP_LABEL (jump_insn); local
1007 for (insnt = NEXT_INSN (target_label);
1054 for (insnt = PREV_INSN (target_label);
1070 > INSN_ADDRESSES (INSN_UID (target_label)))