Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c791 rtx target_label = JUMP_LABEL (next_trial); in optimize_skip() local
792 if (ANY_RETURN_P (target_label)) in optimize_skip()
793 target_label = find_end_label (target_label); in optimize_skip()
795 if (target_label) in optimize_skip()
801 flags = get_jump_flags (insn, target_label); in optimize_skip()
803 reorg_redirect_jump (insn, target_label); in optimize_skip()
2829 rtx target_label, insn_at_target; in fill_eager_delay_slots() local
2860 target_label = JUMP_LABEL (jump_insn); in fill_eager_delay_slots()
2861 condition = get_branch_condition (jump_insn, target_label); in fill_eager_delay_slots()
2870 insn_at_target = first_active_target_insn (target_label); in fill_eager_delay_slots()
[all …]
H A Dcfgrtl.c1130 rtx_code_label *target_label = block_label (target); in try_redirect_by_replacing_jump() local
1135 emit_jump_insn_after_noloc (targetm.gen_jump (target_label), insn); in try_redirect_by_replacing_jump()
1136 JUMP_LABEL (BB_END (src)) = target_label; in try_redirect_by_replacing_jump()
1137 LABEL_NUSES (target_label)++; in try_redirect_by_replacing_jump()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreorg.cc727 rtx target_label = JUMP_LABEL (next_trial); in optimize_skip() local
728 if (ANY_RETURN_P (target_label)) in optimize_skip()
729 target_label = find_end_label (target_label); in optimize_skip()
731 if (target_label) in optimize_skip()
737 flags = get_jump_flags (insn, target_label); in optimize_skip()
739 reorg_redirect_jump (insn, target_label); in optimize_skip()
2777 rtx target_label, insn_at_target; in fill_eager_delay_slots() local
2808 target_label = JUMP_LABEL (jump_insn); in fill_eager_delay_slots()
2809 condition = get_branch_condition (jump_insn, target_label); in fill_eager_delay_slots()
2818 insn_at_target = first_active_target_insn (target_label); in fill_eager_delay_slots()
[all …]
H A Dcfgrtl.cc1134 rtx_code_label *target_label = block_label (target); in try_redirect_by_replacing_jump() local
1139 emit_jump_insn_after_noloc (targetm.gen_jump (target_label), insn); in try_redirect_by_replacing_jump()
1140 JUMP_LABEL (BB_END (src)) = target_label; in try_redirect_by_replacing_jump()
1141 LABEL_NUSES (target_label)++; in try_redirect_by_replacing_jump()
H A DChangeLog-201421033 (fill_eager_delay_slots): Convert locals "target_label",
21036 (relax_delay_slots): Convert locals "trial", "target_label" from
22074 (fill_eager_delay_slots): Strengthen locals "insn", "target_label",
22078 "next", "trial", "delay_insn", "target_label" from rtx to
/netbsd-src/usr.sbin/fstyp/
H A Dhammer2.c418 char *dup = NULL, *target_label = NULL, *p, *volpath, *rootvolpath; in __fsvtyp_hammer2() local
429 target_label = p; in __fsvtyp_hammer2()
495 if (target_label) { in __fsvtyp_hammer2()
496 size_t siz = strlen(volpath) + strlen(target_label) + 2; in __fsvtyp_hammer2()
498 snprintf(p, siz, "%s@%s", volpath, target_label); in __fsvtyp_hammer2()
502 if (target_label) in __fsvtyp_hammer2()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.cc109 int target_label; member
5220 && CODE_LABEL_NUMBER (start_insn) == state->target_label in arc_ccfsm_advance()
5232 && CODE_LABEL_NUMBER (start_insn) == state->target_label in arc_ccfsm_advance()
5428 state->target_label = CODE_LABEL_NUMBER (label); in arc_ccfsm_advance()
5480 if (state->state == 3 && state->target_label == num in arc_ccfsm_at_label()
9588 && statep->target_label == CODE_LABEL_NUMBER (insn)) in arc_ifcvt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c109 int target_label; member
5215 && CODE_LABEL_NUMBER (start_insn) == state->target_label in arc_ccfsm_advance()
5227 && CODE_LABEL_NUMBER (start_insn) == state->target_label in arc_ccfsm_advance()
5423 state->target_label = CODE_LABEL_NUMBER (label); in arc_ccfsm_advance()
5475 if (state->state == 3 && state->target_label == num in arc_ccfsm_at_label()
9580 && statep->target_label == CODE_LABEL_NUMBER (insn)) in arc_ifcvt()