| /freebsd-12.1/contrib/gcc/ |
| H A D | reorg.c | 794 && JUMP_LABEL (insn) == JUMP_LABEL (next_trial) in optimize_skip() 939 next = JUMP_LABEL (insn); in rare_destination() 2215 && JUMP_LABEL (insn) != 0))) in fill_simple_delay_slots() 2237 target = JUMP_LABEL (insn); in fill_simple_delay_slots() 2368 JUMP_LABEL (insn), 0), in fill_simple_delay_slots() 2888 JUMP_LABEL (new_thread), in fill_slots_from_thread() 3132 JUMP_LABEL (other)))) in relax_delay_slots() 3135 target_label = JUMP_LABEL (insn); in relax_delay_slots() 3344 rtx label = JUMP_LABEL (next); in relax_delay_slots() 3588 && JUMP_LABEL (insn) != 0 in dbr_schedule() [all …]
|
| H A D | jump.c | 212 JUMP_LABEL (insn) = 0; in init_label_info() 244 if (JUMP_LABEL (insn) == 0) in mark_all_labels() 256 JUMP_LABEL (insn) = XEXP (label_note, 0); in mark_all_labels() 1074 if (JUMP_LABEL (insn) == label) in follow_jumps() 1082 value = JUMP_LABEL (insn); in follow_jumps() 1157 JUMP_LABEL (insn) = label; in mark_jump_label() 1423 if (JUMP_P (insn) && JUMP_LABEL (insn)) in delete_related_insns() 1425 rtx lab = JUMP_LABEL (insn), lab_next; in delete_related_insns() 1652 rtx olabel = JUMP_LABEL (jump); in redirect_jump() 1675 JUMP_LABEL (jump) = nlabel; in redirect_jump_2() [all …]
|
| H A D | loop-unswitch.c | 114 JUMP_LABEL (jump) = JUMP_LABEL (cinsn); in compare_and_jump_seq() 115 LABEL_NUSES (JUMP_LABEL (jump))++; in compare_and_jump_seq() 127 JUMP_LABEL (jump) = label; in compare_and_jump_seq()
|
| H A D | cfgrtl.c | 141 && JUMP_LABEL (insn) in delete_insn() 142 && LABEL_P (JUMP_LABEL (insn))) in delete_insn() 143 LABEL_NUSES (JUMP_LABEL (insn))--; in delete_insn() 800 JUMP_LABEL (BB_END (src)) = target_label; in try_redirect_by_replacing_jump() 932 gcc_assert (JUMP_LABEL (insn) == old_label); in redirect_branch_edge() 1006 && JUMP_LABEL (BB_END (e->src)) == BB_HEAD (e->dest)) in force_nonfallthru_and_redirect() 1145 JUMP_LABEL (BB_END (jump_block)) = label; in force_nonfallthru_and_redirect() 1889 && JUMP_LABEL (BB_END (bb)) != BB_HEAD (fallthru->dest)) in rtl_verify_flow_info_1() 2212 && BB_HEAD (e->dest) == JUMP_LABEL (insn)) in purge_dead_edges() 2895 JUMP_LABEL (jump) = label; in rtl_lv_add_condition_to_bb()
|
| H A D | loop-doloop.c | 271 JUMP_LABEL (jump) = label; in add_test() 456 JUMP_LABEL (jump_insn) = jump_label; in doloop_modify()
|
| H A D | resource.c | 507 next = JUMP_LABEL (this_jump_insn); in find_dead_or_set_registers() 512 *jump_target = JUMP_LABEL (this_jump_insn); in find_dead_or_set_registers() 575 find_dead_or_set_registers (JUMP_LABEL (this_jump_insn), in find_dead_or_set_registers()
|
| H A D | cfgbuild.c | 355 gcc_assert (JUMP_LABEL (insn)); in make_edges() 356 make_label_edge (edge_cache, bb, JUMP_LABEL (insn), 0); in make_edges()
|
| H A D | bb-reorder.c | 1311 JUMP_LABEL (new_jump) = label; in add_labels_and_missing_jumps() 1627 old_label = JUMP_LABEL (old_jump); in fix_crossing_conditional_branches() 1641 JUMP_LABEL (new_jump) = old_label; in fix_crossing_conditional_branches() 1720 label = JUMP_LABEL (last_insn); in fix_crossing_unconditional_branches()
|
| H A D | cfganal.c | 266 if (!invert_jump (BB_END (bb), JUMP_LABEL (BB_END (bb)), 0)) in set_edge_can_fallthru_flag() 268 invert_jump (BB_END (bb), JUMP_LABEL (BB_END (bb)), 0); in set_edge_can_fallthru_flag()
|
| H A D | ifcvt.c | 356 && XEXP (XEXP (test_if, 2), 0) == JUMP_LABEL (jump)) in cond_exec_get_condition() 1495 && XEXP (XEXP (SET_SRC (set), 2), 0) == JUMP_LABEL (if_info->jump); in noce_get_alt_condition() 2030 && XEXP (XEXP (SET_SRC (set), 2), 0) == JUMP_LABEL (jump)); in noce_get_condition() 3236 lab = JUMP_LABEL (jump); in find_cond_trap() 3239 JUMP_LABEL (newjump) = lab; in find_cond_trap() 3762 old_dest = JUMP_LABEL (jump); in dead_or_predicable()
|
| H A D | cse.c | 5901 JUMP_LABEL (new) = XEXP (src, 0); in cse_insn() 6804 p = JUMP_LABEL (p); in cse_end_of_basic_block() 6824 && JUMP_LABEL (p) != 0 in cse_end_of_basic_block() 6825 && LABEL_NUSES (JUMP_LABEL (p)) == 1 in cse_end_of_basic_block() 6826 && NEXT_INSN (JUMP_LABEL (p)) != 0) in cse_end_of_basic_block() 6828 for (q = PREV_INSN (JUMP_LABEL (p)); q; q = PREV_INSN (q)) in cse_end_of_basic_block() 6864 p = JUMP_LABEL (p); in cse_end_of_basic_block() 6899 p = JUMP_LABEL (p); in cse_end_of_basic_block() 7111 insn = JUMP_LABEL (insn); in cse_basic_block() 7181 if (JUMP_LABEL (insn) == to) in cse_basic_block()
|
| H A D | postreload.c | 959 && JUMP_LABEL (insn)) in reload_combine() 960 live = &LABEL_LIVE (JUMP_LABEL (insn)); in reload_combine()
|
| H A D | rtlanal.c | 2422 if (JUMP_P (l) && JUMP_LABEL (l) == old_label) in replace_label() 2423 JUMP_LABEL (l) = new_label; in replace_label() 2483 && (label = JUMP_LABEL (insn)) != NULL_RTX in tablejump_p() 3207 rtx tmp = JUMP_LABEL (jump_insn); in label_is_jump_target_p() 4615 && XEXP (XEXP (SET_SRC (set), 2), 0) == JUMP_LABEL (jump); in get_condition()
|
| H A D | final.c | 656 dest = JUMP_LABEL (branch); in insn_current_reference_address() 1588 rtx lab = JUMP_LABEL (insn); in final() 3681 label_id = INSN_SHUID (JUMP_LABEL (insn)); in final_forward_branch_p()
|
| H A D | haifa-sched.c | 3649 JUMP_LABEL (x) = label; in init_before_recovery() 3740 JUMP_LABEL (check) = label; in create_check_block_twin() 3820 JUMP_LABEL (jump) = label; in create_check_block_twin() 4674 == JUMP_LABEL (head)))); in check_cfg()
|
| H A D | rtl-factoring.c | 1079 JUMP_LABEL (callinsn) = sb->label; in erase_matching_seqs()
|
| H A D | rtl.h | 973 #define JUMP_LABEL(INSN) XCEXP (INSN, 9, JUMP_INSN) macro
|
| H A D | combine.c | 12053 rtx label = JUMP_LABEL (place); in distribute_notes() 12056 JUMP_LABEL (place) = XEXP (note, 0); in distribute_notes() 12067 rtx label = JUMP_LABEL (place2); in distribute_notes() 12070 JUMP_LABEL (place2) = XEXP (note, 0); in distribute_notes()
|
| H A D | flow.c | 2029 gcc_assert (JUMP_LABEL (BB_END (bb)) == BB_HEAD (bb_true)); in init_propagate_block_info()
|
| H A D | emit-rtl.c | 3323 JUMP_LABEL (insn) = NULL; in make_jump_insn_raw()
|
| H A D | function.c | 5340 if (!JUMP_P (jump) || JUMP_LABEL (jump) != label) in thread_prologue_and_epilogue_insns()
|
| H A D | reload.c | 6171 JUMP_LABEL (insn) = XEXP (*r->where, 0); in subst_reloads()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | rtl.texi | 3013 @findex JUMP_LABEL 3016 @code{JUMP_LABEL} which is defined once jump optimization has completed. 3020 branch. In a more complex jump, @code{JUMP_LABEL} records one of the 3023 @code{JUMP_LABEL} is @code{NULL_RTX}. 3026 labels, their @code{JUMP_LABEL} is @code{NULL_RTX}.
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | arm.c | 7357 && JUMP_LABEL (insn) != NULL in is_jump_table() 7358 && ((table = next_real_insn (JUMP_LABEL (insn))) in is_jump_table() 7971 JUMP_LABEL (from) = label; in create_fix_barrier()
|
| /freebsd-12.1/contrib/gcc/config/s390/ |
| H A D | s390.c | 5971 JUMP_LABEL (jump) = label; in s390_chunkify_start() 6025 rtx label = JUMP_LABEL (insn); in s390_chunkify_start()
|