Searched refs:b_head (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dcfgrtl.c541 rtx b_head = BB_HEAD (b), b_end = BB_END (b), a_end = BB_END (a);
546 if (LABEL_P (b_head))
550 maybe_remove_eh_handler (b_head);
554 if (b_head == b_end)
557 del_first = del_last = b_head;
558 b_head = NEXT_INSN (b_head);
563 if (NOTE_INSN_BASIC_BLOCK_P (b_head))
565 if (b_head == b_end)
568 del_first = b_head;
535 rtx b_head = BB_HEAD (b), b_end = BB_END (b), a_end = BB_END (a); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcfgrtl.c595 rtx b_head = BB_HEAD (b), b_end = BB_END (b), a_end = BB_END (a);
607 if (LABEL_P (b_head))
611 if (b_head == b_end)
614 del_first = del_last = b_head;
615 b_head = NEXT_INSN (b_head);
620 if (NOTE_INSN_BASIC_BLOCK_P (b_head))
622 if (b_head == b_end)
625 del_first = b_head;
627 del_last = b_head;
589 rtx b_head = BB_HEAD (b), b_end = BB_END (b), a_end = BB_END (a); local
[all...]
/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c231 static int b_cyl, b_head, b_sec; /* b_flag values. */ variable
413 if (sscanf(optarg, "%d/%d/%d%n", &b_cyl, &b_head,
505 dos_heads = b_head;

Completed in 115 milliseconds