| /openbsd-src/gnu/gcc/gcc/ |
| H A D | cfgbuild.c | 154 if ((LABEL_P (insn) || BARRIER_P (insn)) in count_basic_blocks() 189 gcc_assert (LABEL_P (label)); in make_label_edge() 290 if (LABEL_P (BB_HEAD (bb)) in make_edges() 447 if ((LABEL_P (insn) || BARRIER_P (insn)) in find_basic_blocks_1() 583 gcc_assert (LABEL_P (label)); in mark_tablejump_edge() 647 if (LABEL_P (insn)) in find_bb_boundaries()
|
| H A D | cfgrtl.c | 112 if (LABEL_P (insn)) in delete_insn() 142 && LABEL_P (JUMP_LABEL (insn))) in delete_insn() 149 && LABEL_P (XEXP (note, 0))) in delete_insn() 258 if (LABEL_P (head)) in create_basic_block_structure() 279 else if (LABEL_P (head) && end) in create_basic_block_structure() 370 if (LABEL_P (insn)) in rtl_delete_block() 552 if (LABEL_P (b_head)) in rtl_merge_blocks() 676 if (!LABEL_P (BB_HEAD (block))) in block_label() 765 if (LABEL_P (insn)) in try_redirect_by_replacing_jump() 1390 if (LABEL_P (tmp)) in commit_one_edge_insertion() [all …]
|
| H A D | jump.c | 94 if (LABEL_P (XEXP (insn, 0))) in rebuild_jump_labels() 209 if (LABEL_P (insn)) in init_label_info() 330 if (label == 0 || !LABEL_P (label)) in get_label_before() 352 if (label == 0 || !LABEL_P (label)) in get_label_after() 434 prev != 0 && !LABEL_P (prev); in reversed_comparison_code_parts() 1144 gcc_assert (LABEL_P (label)); in mark_jump_label() 1401 int was_code_label = (LABEL_P (insn)); in delete_related_insns() 1475 && LABEL_P (XEXP (note, 0))) in delete_related_insns()
|
| H A D | sched-ebb.c | 157 gcc_assert (NOTE_P (x) || LABEL_P (x)); in begin_schedule_ready() 587 || LABEL_P (BB_HEAD (bb->next_bb))) in schedule_ebbs() 607 else if (LABEL_P (head)) in schedule_ebbs()
|
| H A D | reorg.c | 381 else if (LABEL_P (insn)) in find_end_label() 545 if (LABEL_P (XEXP (note, 0))) in emit_delay_sequence() 1627 if (LABEL_P (trial)) in redundant_insn() 1728 trial && !LABEL_P (trial) && insns_to_search > 0; in redundant_insn() 1826 if (LABEL_P (insn) in own_thread_p() 1838 || LABEL_P (insn) in own_thread_p() 2245 if (LABEL_P (trial) in fill_simple_delay_slots() 2553 if (LABEL_P (trial)) in fill_slots_from_thread() 2674 if (note && LABEL_P (XEXP (note, 0))) in fill_slots_from_thread() 2679 if (note && LABEL_P (XEXP (note, 0))) in fill_slots_from_thread() [all …]
|
| H A D | haifa-sched.c | 1337 if (LABEL_P (beg_head)) in get_ebb_head_tail() 1350 else if (LABEL_P (end_head)) in get_ebb_head_tail() 1369 if (!NOTE_P (head) && !LABEL_P (head)) in no_real_insns_p() 1983 && (LABEL_P (note) in move_insn() 4025 gcc_assert (LABEL_P (insn)); in fix_recovery_deps() 4150 if (LABEL_P (label)) in unlink_bb_notes() 4194 if (LABEL_P (label)) in restore_bb_notes() 4253 && !LABEL_P (insn) in extend_bb() 4550 if (LABEL_P (note)) in bb_note() 4628 if (LABEL_P (head) in check_cfg() [all …]
|
| H A D | cfgcleanup.c | 1147 if (last1 != BB_HEAD (bb1) && LABEL_P (PREV_INSN (last1))) in flow_find_cross_jump() 1153 if (last2 != BB_HEAD (bb2) && LABEL_P (PREV_INSN (last2))) in flow_find_cross_jump() 1717 if (LABEL_P (newpos2)) in try_crossjump_to_edge() 1797 if (LABEL_P (newpos1)) in try_crossjump_to_edge() 2013 && LABEL_P (BB_HEAD (b)) in try_optimize_cfg() 2046 && !LABEL_P (BB_HEAD (b)) in try_optimize_cfg()
|
| H A D | final.c | 709 if (!LABEL_P (label) in compute_alignments() 861 if (LABEL_P (insn)) in shorten_branches() 909 if (LABEL_P (label)) in shorten_branches() 946 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq) : 0); in shorten_branches() 1022 if (LABEL_P (insn)) in shorten_branches() 1036 || LABEL_P (insn)) in shorten_branches() 1128 if (LABEL_P (insn)) in shorten_branches() 3145 if (LABEL_P (x) in output_asm_label()
|
| H A D | postreload.c | 414 if (LABEL_P (recog_data.operand[i]) in reload_cse_simplify_operands() 740 if (LABEL_P (insn)) in reload_combine() 771 if (LABEL_P (insn)) in reload_combine() 1207 if (LABEL_P (insn)) in reload_cse_move2add()
|
| H A D | print-rtl.c | 166 || LABEL_P (in_rtx) || BARRIER_P (in_rtx))) in print_rtx() 617 || LABEL_P (in_rtx) || BARRIER_P (in_rtx))) in print_rtx()
|
| H A D | genemit.c | 551 else if (LABEL_P (next)) in gen_expand() 664 else if (LABEL_P (next)) in gen_split()
|
| H A D | graph.c | 138 : LABEL_P (tmp_rtx) ? "\ in node_data()
|
| H A D | resource.c | 153 insn && LABEL_P (insn); in find_basic_block() 1086 else if (LABEL_P (real_insn)) in mark_target_live_regs()
|
| H A D | cfglayout.c | 170 if (!LABEL_P (label)) in label_for_bb() 799 && !LABEL_P (BB_HEAD (bb))) in fixup_reorder_chain()
|
| H A D | cse.c | 6695 for (insn = start; insn && !LABEL_P (insn); in invalidate_skipped_block() 6765 while (p && !LABEL_P (p)) in cse_end_of_basic_block() 6822 && (!LABEL_P (q) || LABEL_NUSES (q) != 0)) in cse_end_of_basic_block() 6859 else if (skip_blocks && q != 0 && !LABEL_P (q)) in cse_end_of_basic_block() 6879 if (LABEL_P (tmp)) in cse_end_of_basic_block() 7061 if (to != 0 && LABEL_P (to)) in cse_basic_block() 7192 && LABEL_P (to) && --LABEL_NUSES (to) == to_usage) in cse_basic_block() 7235 if (to != 0 && LABEL_P (to)) in cse_basic_block() 7264 && LABEL_P (XEXP (*rtl, 0)) in check_for_label_ref()
|
| H A D | cfgexpand.c | 64 || !LABEL_P (NEXT_INSN (NEXT_INSN (NEXT_INSN (last)))) in add_reg_br_prob_note() 1349 if (LABEL_P (NEXT_INSN (last))) in expand_gimple_tailcall()
|
| H A D | emit-rtl.c | 2969 if (insn == 0 || LABEL_P (insn)) in next_label() 2984 if (insn == 0 || LABEL_P (insn)) in prev_label() 3000 if (LABEL_P (insn)) in skip_consecutive_labels() 3078 if (code == LABEL_REF && LABEL_P (XEXP (x, 0))) in mark_label_nuses() 4602 if (LABEL_P (x)) in classify_insn()
|
| H A D | rtlanal.c | 622 if (LABEL_P (p)) in no_labels_between_p() 1085 for (p = PREV_INSN (*pinsn); p && !LABEL_P (p); in find_last_value() 2454 if (GET_CODE (*body) == LABEL_REF && LABEL_P (y)) in rtx_referenced_p_1() 3143 if (LABEL_P (before)) in find_first_parameter_load()
|
| H A D | regmove.c | 989 if (LABEL_P (p) in fixup_match_2() 1003 if (LABEL_P (p) in fixup_match_2()
|
| H A D | ifcvt.c | 191 if (LABEL_P (insn)) in first_active_insn() 230 if (LABEL_P (insn)) in last_active_insn() 3580 if (LABEL_P (head)) in dead_or_predicable()
|
| H A D | reload1.c | 1479 if (LABEL_P (insn) || JUMP_P (insn) in calculate_needs_all_insns() 3921 if (LABEL_P (insn)) in reload_as_needed() 4165 if (LABEL_P (insn)) in reload_as_needed() 7993 if (LABEL_P (i2) in delete_output_reload() 8018 if (LABEL_P (i2) in delete_output_reload() 8130 if (LABEL_P (i2)) in delete_address_reloads_1()
|
| H A D | flow.c | 346 if (LABEL_P (insn)) in first_insn_after_basic_block_note() 856 if (LABEL_P (insn) in delete_dead_jumptables() 1649 if (inote && LABEL_P (inote)) in propagate_block_delete_insn()
|
| H A D | rtl.h | 331 || LABEL_P (X)) \ 368 #define LABEL_P(X) (GET_CODE (X) == CODE_LABEL) macro
|
| H A D | cselib.c | 1395 if (LABEL_P (insn) in cselib_process_insn()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ssa-dce.c | 460 if (LABEL_P (insn))
|