| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | jump.c | 85 if (LABEL_P (insn)) in rebuild_jump_labels_1() 209 if (LABEL_P (insn)) in init_label_info() 326 else if (LABEL_P (insn)) in mark_all_labels() 416 prev != 0 && !LABEL_P (prev); in reversed_comparison_code_parts() 1151 gcc_assert (LABEL_P (label)); in mark_jump_label_1() 1252 int was_code_label = (LABEL_P (insn)); in delete_related_insns() 1317 && LABEL_P (XEXP (note, 0))) in delete_related_insns() 1781 while (xi && LABEL_P (xi)) in rtx_renumbered_equal_p() 1783 while (yi && LABEL_P (yi)) in rtx_renumbered_equal_p()
|
| HD | cfgbuild.c | 130 gcc_assert (LABEL_P (label)); in make_label_edge() 239 if (LABEL_P (BB_HEAD (bb)) in make_edges() 388 gcc_assert (LABEL_P (label)); in mark_tablejump_edge() 484 if (LABEL_P (insn)) in find_bb_boundaries()
|
| HD | sched-ebb.c | 173 gcc_checking_assert (NOTE_P (x) || LABEL_P (x)); in begin_move_insn() 486 else if (LABEL_P (head)) in schedule_ebb() 644 || LABEL_P (BB_HEAD (bb->next_bb))) in schedule_ebbs()
|
| HD | reorg.c | 141 if (LABEL_P (insn)) in skip_consecutive_labels() 423 else if (LABEL_P (insn)) in find_end_label() 541 if (LABEL_P (XEXP (note, 0))) in emit_delay_sequence() 1486 if (LABEL_P (trial) || BARRIER_P (trial)) in redundant_insn() 1584 trial && !LABEL_P (trial) && insns_to_search > 0; in redundant_insn() 1689 if (LABEL_P (insn) in own_thread_p() 1701 || LABEL_P (insn) in own_thread_p() 1847 if (label == 0 || !LABEL_P (label)) in get_label_before() 2414 if (LABEL_P (trial)) in fill_slots_from_thread() 2538 if (LABEL_P (XEXP (note, 0))) in fill_slots_from_thread() [all …]
|
| HD | cfgrtl.c | 131 if (LABEL_P (insn)) in delete_insn() 179 && LABEL_P (JUMP_LABEL (insn))) in delete_insn() 185 && LABEL_P (XEXP (note, 0))) in delete_insn() 194 && LABEL_P (XEXP (note, 0))) in delete_insn() 287 if (LABEL_P (head)) in create_basic_block_structure() 308 else if (LABEL_P (head) && end) in create_basic_block_structure() 671 if (LABEL_P (note)) in bb_note() 691 if (LABEL_P (insn)) in first_insn_after_basic_block_note() 830 if (LABEL_P (b_head)) in rtl_merge_blocks() 979 if (!LABEL_P (BB_HEAD (block))) in block_label() [all …]
|
| HD | resource.c | 151 insn && LABEL_P (insn); in find_basic_block() 1072 else if (LABEL_P (real_insn)) in mark_target_live_regs() 1231 if (LABEL_P (BB_HEAD (bb))) in init_resource_info() 1270 if (LABEL_P (BB_HEAD (bb))) in free_resource_info()
|
| HD | cfgcleanup.c | 1452 if (last1 != BB_HEAD (bb1) && LABEL_P (PREV_INSN (last1))) in flow_find_cross_jump() 1459 if (last2 != BB_HEAD (bb2) && LABEL_P (PREV_INSN (last2))) in flow_find_cross_jump() 2056 if (LABEL_P (newpos2)) in try_crossjump_to_edge() 2136 if (LABEL_P (newpos1)) in try_crossjump_to_edge() 2747 && LABEL_P (BB_HEAD (b)) in try_optimize_cfg() 2770 && !LABEL_P (BB_HEAD (b)) in try_optimize_cfg() 3104 if (LABEL_P (insn) in delete_dead_jumptables()
|
| HD | final.c | 710 if (!LABEL_P (label) in compute_alignments() 988 if (LABEL_P (label)) in shorten_branches() 1026 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq) : 0); in shorten_branches() 1114 if (LABEL_P (insn)) in shorten_branches() 1128 || LABEL_P (insn) || DEBUG_INSN_P (insn)) in shorten_branches() 2042 if (lab && LABEL_P (lab) && LABEL_NUSES (lab) == 1) in final_1() 4026 if (LABEL_P (x) in output_asm_label() 4842 if (LABEL_P (insn)) in rest_of_clean_state()
|
| HD | rtl.h | 713 || LABEL_P (X)) \ 829 #define LABEL_P(X) (GET_CODE (X) == CODE_LABEL) macro 882 || LABEL_P (rt)); in test() 894 || LABEL_P (rt)); in test() 974 return LABEL_P (rt); in test() 982 return LABEL_P (insn); in test() 1795 if (! LABEL_P (_label)) \ 1804 if (! LABEL_P (_label)) \
|
| HD | postreload.c | 411 if (LABEL_P (recog_data.operand[i]) in reload_cse_simplify_operands() 1258 if (LABEL_P (insn)) in reload_combine() 1292 if (LABEL_P (insn)) in reload_combine() 1910 if (LABEL_P (insn)) in reload_cse_move2add()
|
| HD | except.c | 1084 if (LABEL_P (insn)) in sjlj_mark_call_sites() 1277 if (LABEL_P (insn)) in sjlj_emit_function_exit() 1668 if (lab && LABEL_P (lab)) in for_each_eh_label() 2501 if (LABEL_P (insn) && LABEL_PRESERVE_P (insn) in maybe_add_nop_after_section_switch()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cfgbuild.c | 141 gcc_assert (LABEL_P (label)); in make_label_edge() 249 if (LABEL_P (BB_HEAD (bb)) in make_edges() 397 gcc_assert (LABEL_P (label)); in mark_tablejump_edge() 461 if (LABEL_P (insn)) in find_bb_boundaries()
|
| HD | cfgrtl.c | 123 if (LABEL_P (insn)) in delete_insn() 154 && LABEL_P (JUMP_LABEL (insn))) in delete_insn() 160 && LABEL_P (XEXP (note, 0))) in delete_insn() 169 && LABEL_P (XEXP (note, 0))) in delete_insn() 265 if (LABEL_P (head)) in create_basic_block_structure() 286 else if (LABEL_P (head) && end) in create_basic_block_structure() 510 if (LABEL_P (note)) in bb_note() 530 if (LABEL_P (insn)) in first_insn_after_basic_block_note() 619 if (LABEL_P (b_head)) in rtl_merge_blocks() 755 if (!LABEL_P (BB_HEAD (block))) in block_label() [all …]
|
| HD | jump.c | 92 if (LABEL_P (XEXP (insn, 0))) in rebuild_jump_labels_1() 176 if (LABEL_P (insn)) in init_label_info() 299 else if (LABEL_P (insn)) in mark_all_labels() 394 prev != 0 && !LABEL_P (prev); in reversed_comparison_code_parts() 1136 gcc_assert (LABEL_P (label)); in mark_jump_label_1() 1236 int was_code_label = (LABEL_P (insn)); in delete_related_insns() 1320 && LABEL_P (XEXP (note, 0))) in delete_related_insns()
|
| HD | sched-ebb.c | 183 gcc_checking_assert (NOTE_P (x) || LABEL_P (x)); in begin_move_insn() 498 else if (LABEL_P (head)) in schedule_ebb() 656 || LABEL_P (BB_HEAD (bb->next_bb))) in schedule_ebbs()
|
| HD | reorg.c | 419 else if (LABEL_P (insn)) in find_end_label() 584 if (LABEL_P (XEXP (note, 0))) in emit_delay_sequence() 1661 if (LABEL_P (trial)) in redundant_insn() 1764 trial && !LABEL_P (trial) && insns_to_search > 0; in redundant_insn() 1867 if (LABEL_P (insn) in own_thread_p() 1879 || LABEL_P (insn) in own_thread_p() 2027 if (label == 0 || !LABEL_P (label)) in get_label_before() 2663 if (LABEL_P (trial)) in fill_slots_from_thread() 2791 if (LABEL_P (XEXP (note, 0))) in fill_slots_from_thread() 2810 if (LABEL_P (XEXP (note, 0))) in fill_slots_from_thread() [all …]
|
| HD | print-rtl.c | 131 || LABEL_P (in_rtx) || BARRIER_P (in_rtx))) in print_rtx() 558 || LABEL_P (in_rtx) || BARRIER_P (in_rtx)))) in print_rtx() 657 || LABEL_P (in_rtx) || BARRIER_P (in_rtx))) in print_rtx()
|
| HD | resource.c | 156 insn && LABEL_P (insn); in find_basic_block() 1053 else if (LABEL_P (real_insn)) in mark_target_live_regs() 1217 if (LABEL_P (BB_HEAD (bb))) in init_resource_info() 1256 if (LABEL_P (BB_HEAD (bb))) in free_resource_info()
|
| HD | final.c | 738 if (!LABEL_P (label) in compute_alignments() 917 if (LABEL_P (insn)) in shorten_branches() 965 if (LABEL_P (label)) in shorten_branches() 1002 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq) : 0); in shorten_branches() 1078 if (LABEL_P (insn)) in shorten_branches() 1092 || LABEL_P (insn) || DEBUG_INSN_P(insn)) in shorten_branches() 1184 if (LABEL_P (insn)) in shorten_branches() 1742 if (lab && LABEL_P (lab) && LABEL_NUSES (lab) == 1) in final() 3469 if (LABEL_P (x) in output_asm_label() 4444 if (LABEL_P (insn)) in rest_of_clean_state()
|
| HD | cfgcleanup.c | 1374 if (last1 != BB_HEAD (bb1) && LABEL_P (PREV_INSN (last1))) in flow_find_cross_jump() 1381 if (last2 != BB_HEAD (bb2) && LABEL_P (PREV_INSN (last2))) in flow_find_cross_jump() 1976 if (LABEL_P (newpos2)) in try_crossjump_to_edge() 2079 if (LABEL_P (newpos1)) in try_crossjump_to_edge() 2665 && LABEL_P (BB_HEAD (b)) in try_optimize_cfg() 2700 && !LABEL_P (BB_HEAD (b)) in try_optimize_cfg() 2927 if (LABEL_P (insn) in delete_dead_jumptables()
|
| HD | genemit.c | 506 else if (LABEL_P (next)) in gen_expand() 623 else if (LABEL_P (next)) in gen_split()
|
| HD | graph.c | 142 : LABEL_P (tmp_rtx) ? "\ in node_data()
|
| HD | postreload.c | 423 if (LABEL_P (recog_data.operand[i]) in reload_cse_simplify_operands() 1279 if (LABEL_P (insn)) in reload_combine() 1313 if (LABEL_P (insn)) in reload_combine() 1854 if (LABEL_P (insn)) in reload_cse_move2add()
|
| HD | haifa-sched.c | 2974 if (LABEL_P (beg_head)) in get_ebb_head_tail() 3012 else if (LABEL_P (end_head)) in get_ebb_head_tail() 3059 if (!NOTE_P (head) && !LABEL_P (head)) in no_real_insns_p() 3445 && (LABEL_P (note) in move_insn() 5375 gcc_assert (NOTE_P (x) || LABEL_P (x)); in haifa_luid_for_non_insn() 5664 && !LABEL_P (insn) in sched_extend_bb() 6171 gcc_assert (LABEL_P (insn)); in fix_recovery_deps() 6289 if (LABEL_P (label)) in unlink_bb_notes() 6333 if (LABEL_P (label)) in restore_bb_notes()
|
| HD | cfglayout.c | 169 if (!LABEL_P (label)) in label_for_bb() 665 && !LABEL_P (BB_HEAD (bb))) in relink_block_chain()
|