| /freebsd-12.1/contrib/gcc/ |
| H A D | print-rtl.c | 165 && (is_insn || NOTE_P (in_rtx) in print_rtx() 271 else if (i == 4 && NOTE_P (in_rtx)) in print_rtx() 419 else if (i == 6 && NOTE_P (in_rtx)) in print_rtx() 455 && (is_insn || NOTE_P (in_rtx))) in print_rtx() 621 && (is_insn || NOTE_P (in_rtx) in print_rtx() 761 || !NOTE_P (tmp_rtx) || NOTE_LINE_NUMBER (tmp_rtx) < 0) in print_rtl() 784 || !NOTE_P (x) || NOTE_LINE_NUMBER (x) < 0) in print_rtl_single()
|
| H A D | graph.c | 134 NOTE_P (tmp_rtx) ? "lightgrey" in node_data() 147 if (NOTE_P (tmp_rtx)) in node_data() 293 if (NOTE_P (tmp_rtx) in print_rtl_graph_with_bb() 364 && (NOTE_P (next_insn) in print_rtl_graph_with_bb()
|
| H A D | haifa-sched.c | 1341 if (NOTE_P (beg_head)) in get_ebb_head_tail() 1354 if (NOTE_P (end_tail)) in get_ebb_head_tail() 1369 if (!NOTE_P (head) && !LABEL_P (head)) in no_real_insns_p() 1423 if (NOTE_P (insn) && NOTE_LINE_NUMBER (insn) > 0) in save_line_notes() 1462 else if (!NOTE_P (insn) in restore_line_notes() 1541 else if (!((NOTE_P (insn) in rm_redundant_line_notes() 1765 if (!NOTE_P (prev_insn)) in ok_for_early_queue_removal() 2313 gcc_assert (NOTE_P (last_scheduled_insn) in schedule_block() 2841 if (!NOTE_P (insn)) in sched_init() 4252 || (!NOTE_P (insn) in extend_bb() [all …]
|
| H A D | jump.c | 154 if (NOTE_P (insn)) in purge_line_number_notes() 283 if (NOTE_P (insn) in squeeze_notes() 1069 if (NOTE_P (tem) && NOTE_LINE_NUMBER (tem) > 0) in follow_jumps() 1140 if (NOTE_P (label) in mark_jump_label() 1479 while (prev && (INSN_DELETED_P (prev) || NOTE_P (prev))) in delete_related_insns() 1536 if (!NOTE_P (insn)) in delete_for_peephole() 1695 && NOTE_P (NEXT_INSN (olabel)) in redirect_jump_2()
|
| H A D | sched-ebb.c | 157 gcc_assert (NOTE_P (x) || LABEL_P (x)); in begin_schedule_ready() 603 if (NOTE_P (head)) in schedule_ebbs() 605 else if (NOTE_P (tail)) in schedule_ebbs()
|
| H A D | cfgrtl.c | 172 if (!NOTE_P (label)) in delete_insn() 211 if (NOTE_P (start) && !can_delete_note_p (start)) in delete_insn_chain() 586 if (!NOTE_P (prev) in rtl_merge_blocks() 860 while (NOTE_P (BB_END (e->src)) in try_redirect_by_replacing_jump() 1228 while (NOTE_P (q) && NOTE_LINE_NUMBER (q) >= 0) in rtl_tidy_fallthru_edge() 1444 if (NOTE_P (cur_insn) in commit_one_edge_insertion() 1662 && !NOTE_P (tmp_rtx) in print_rtl_with_bb() 2021 || (NOTE_P (insn) in rtl_verify_flow_info()
|
| H A D | function.c | 3624 if (NOTE_P (insn)) in reorder_blocks_1() 4197 gcc_assert (NOTE_P (get_last_insn ())); in expand_function_start() 5149 else if (NOTE_P (tmp_insn) in find_block_prologue_insns() 5152 else if (NOTE_P (tmp_insn) in find_block_prologue_insns() 5322 if (NOTE_P (seq) && NOTE_LINE_NUMBER (seq) > 0) in thread_prologue_and_epilogue_insns() 5526 if (NOTE_P (insn) && NOTE_LINE_NUMBER (insn) > 0) in thread_prologue_and_epilogue_insns() 5557 if (NOTE_P (insn) in thread_prologue_and_epilogue_insns() 5586 if (NOTE_P (insn)) in reposition_prologue_and_epilogue_notes() 5606 if (NOTE_P (note) in reposition_prologue_and_epilogue_notes() 5627 if (NOTE_P (insn)) in reposition_prologue_and_epilogue_notes() [all …]
|
| H A D | cfglayout.c | 148 if (NOTE_P (insn)) in skip_insns_after_block() 193 && NOTE_P (insn) in record_effective_endpoints() 270 if (NOTE_P (insn)) in insn_locators_initialize()
|
| H A D | emit-rtl.c | 2725 if (NOTE_P (insn)) in get_first_nonnote_insn() 2727 insn && NOTE_P (insn); in get_first_nonnote_insn() 2751 if (NOTE_P (insn)) in get_last_nonnote_insn() 2753 insn && NOTE_P (insn); in get_last_nonnote_insn() 2846 if (insn == 0 || !NOTE_P (insn)) in next_nonnote_insn() 2862 if (insn == 0 || !NOTE_P (insn)) in prev_nonnote_insn() 3419 && (!NOTE_P (insn) in add_insn_after() 3485 || (NOTE_P (insn) in add_insn_before() 3558 gcc_assert (!NOTE_P (insn)); in remove_insn() 3677 if (NOTE_P (insn) in find_line_note()
|
| H A D | sched-int.h | 522 #define NOTE_NOT_BB_P(NOTE) (NOTE_P (NOTE) && (NOTE_LINE_NUMBER (NOTE) \
|
| H A D | final.c | 1027 if (NOTE_P (insn) || BARRIER_P (insn) in shorten_branches() 1560 if (NOTE_P (insn) && NOTE_LINE_NUMBER (insn) > 0) in final() 1609 gcc_assert (NOTE_P (insn)); in final() 2440 if (NOTE_P (prev)) in final_scan_insn() 3152 || (NOTE_P (x) in output_asm_label()
|
| H A D | ifcvt.c | 198 while (NOTE_P (insn)) in first_active_insn() 219 while (NOTE_P (insn) in last_active_insn() 273 if (NOTE_P (insn)) in cond_exec_process_insns() 3050 && NOTE_P (last_insn) in find_if_block() 3582 if (NOTE_P (head)) in dead_or_predicable()
|
| H A D | reorg.c | 357 while (NOTE_P (insn) in find_end_label() 694 if (NOTE_P (trial)) in delete_scheduled_jump() 2426 if (NOTE_P (trial)) in fill_simple_delay_slots() 3553 if (NOTE_P (insn) in dbr_schedule()
|
| H A D | cfgexpand.c | 1391 if (NOTE_P (BB_HEAD (bb))) in expand_gimple_basic_block() 1555 while (NEXT_INSN (head) && NOTE_P (NEXT_INSN (head))) in construct_exit_block()
|
| H A D | mode-switching.c | 661 if (NOTE_P (ptr->insn_ptr) in optimize_mode_switching()
|
| H A D | cfgbuild.c | 404 && NOTE_P (insn) in make_edges()
|
| H A D | sched-rgn.c | 2283 || NOTE_P (insn)) in add_branch_dependences() 2285 if (!NOTE_P (insn)) in add_branch_dependences() 2582 if (NOTE_P (insn)) in debug_dependencies()
|
| H A D | local-alloc.c | 1297 if (!NOTE_P (insn)) in block_alloc() 1323 if (!NOTE_P (insn)) in block_alloc()
|
| H A D | cfgcleanup.c | 1719 if (NOTE_P (newpos2)) in try_crossjump_to_edge() 1800 if (NOTE_P (newpos1)) in try_crossjump_to_edge()
|
| H A D | resource.c | 1097 else if (NOTE_P (real_insn) in mark_target_live_regs()
|
| H A D | modulo-sched.c | 770 if (NOTE_P (insn) in find_line_note() 798 if (NOTE_P (head) || LABEL_P (head) in loop_single_full_bb_p()
|
| H A D | ddg.c | 481 if (! first_note && NOTE_P (insn) in create_ddg()
|
| H A D | rtl.h | 334 || NOTE_P (X) \ 389 #define NOTE_P(X) (GET_CODE (X) == NOTE) macro
|
| H A D | cse.c | 6423 while (prev && NOTE_P (prev) in cse_insn() 6788 else if (!NOTE_P (p)) in cse_end_of_basic_block() 6829 if ((!NOTE_P (q) in cse_end_of_basic_block() 6971 if (!NOTE_P (insn) in cse_main()
|
| H A D | reload1.c | 1063 if (NOTE_P (equiv_insn) in reload() 3948 if (NOTE_P (insn)) in reload_as_needed() 6538 while (temp && NOTE_P (temp)) in emit_input_reload_insns() 8391 while ((NONJUMP_INSN_P (insn) || NOTE_P (insn)) in fixup_abnormal_edges()
|