Home
last modified time | relevance | path

Searched refs:NOTE_INSN_BASIC_BLOCK_P (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/gcc/
HDcfgrtl.c569 if (NOTE_INSN_BASIC_BLOCK_P (b_head)) in rtl_merge_blocks()
1392 if (NOTE_INSN_BASIC_BLOCK_P (tmp)) in commit_one_edge_insertion()
1944 if (!NOTE_INSN_BASIC_BLOCK_P (x) || NOTE_BASIC_BLOCK (x) != bb) in rtl_verify_flow_info_1()
1957 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_flow_info_1()
2059 if (NOTE_INSN_BASIC_BLOCK_P (x)) in rtl_verify_flow_info()
2612 if (!NOTE_INSN_BASIC_BLOCK_P (first)) in cfg_layout_merge_blocks()
2614 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (first)); in cfg_layout_merge_blocks()
2629 if (!NOTE_INSN_BASIC_BLOCK_P (insn)) in cfg_layout_merge_blocks()
2631 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in cfg_layout_merge_blocks()
3010 || NOTE_INSN_BASIC_BLOCK_P (insn)) in insert_insn_end_bb_new()
HDsched-ebb.c166 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_END (bb))); in begin_schedule_ready()
730 && NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (bb->next_bb))); in advance_target_bb()
HDhaifa-sched.c1987 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in move_insn()
3817 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (BB_HEAD (second_bb))); in create_check_block_twin()
3977 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in fix_recovery_deps()
4028 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in fix_recovery_deps()
4154 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in unlink_bb_notes()
4198 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in restore_bb_notes()
4298 if (!NOTE_INSN_BASIC_BLOCK_P (BB_END (jump_bb_next))) in fix_jump_move()
4553 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (note)); in bb_note()
4629 || (NOTE_INSN_BASIC_BLOCK_P (head) in check_cfg()
4656 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (head)); in check_cfg()
HDloop-unroll.c2009 while (!NOTE_INSN_BASIC_BLOCK_P (insn)) in insert_var_expansion_initialization()
2055 while (!NOTE_INSN_BASIC_BLOCK_P (insn)) in combine_var_copies_in_loop_exit()
HDflow.c348 gcc_assert (NOTE_INSN_BASIC_BLOCK_P (insn)); in first_insn_after_basic_block_note()
852 insn && !NOTE_INSN_BASIC_BLOCK_P (insn); in delete_dead_jumptables()
HDrtl.h866 #define NOTE_INSN_BASIC_BLOCK_P(INSN) \ macro
HDreg-stack.c850 || NOTE_INSN_BASIC_BLOCK_P (tmp) in emit_swap_insn()
HDgcse.c4080 || NOTE_INSN_BASIC_BLOCK_P (insn)) in insert_insn_end_bb()
HDreload1.c7958 if (NOTE_INSN_BASIC_BLOCK_P (i1)) in delete_output_reload()
HDChangeLog-200013129 * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
13130 * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.