Searched refs:b_head (Results 1 – 2 of 2) sorted by relevance
58 movb %al, b_head78 movb b_head, %dh105 movb b_head, %dh # %dh = head169 b_head: .byte 0 # SYSH label
547 rtx b_head = BB_HEAD (b), b_end = BB_END (b), a_end = BB_END (a); in rtl_merge_blocks() local552 if (LABEL_P (b_head)) in rtl_merge_blocks()556 maybe_remove_eh_handler (b_head); in rtl_merge_blocks()560 if (b_head == b_end) in rtl_merge_blocks()563 del_first = del_last = b_head; in rtl_merge_blocks()564 b_head = NEXT_INSN (b_head); in rtl_merge_blocks()569 if (NOTE_INSN_BASIC_BLOCK_P (b_head)) in rtl_merge_blocks()571 if (b_head == b_end) in rtl_merge_blocks()574 del_first = b_head; in rtl_merge_blocks()576 del_last = b_head; in rtl_merge_blocks()[all …]