Home
last modified time | relevance | path

Searched refs:new_head (Results 1 – 25 of 200) sorted by relevance

12345678

/netbsd/tests/include/sys/
H A Dt_list.c52 LIST_HEAD(listhead, entry) old_head, new_head, old_copy; in ATF_TC_BODY()
68 LIST_MOVE(&old_head, &new_head, entries); in ATF_TC_BODY()
72 n3 = LIST_FIRST(&new_head); in ATF_TC_BODY()
79 LIST_REMOVE(LIST_FIRST(&new_head), entries); in ATF_TC_BODY()
80 ATF_CHECK_MSG(LIST_EMPTY(&new_head), "New list not empty!"); in ATF_TC_BODY()
/netbsd/lib/libc/cdb/
H A Dcdbw.c248 struct key_hash_head *head, *head2, *new_head; in cdbw_put_key() local
294 new_head = calloc(sizeof(*new_head), new_hash_size); in cdbw_put_key()
295 if (new_head == NULL) in cdbw_put_key()
300 SLIST_INIT(new_head + i); in cdbw_put_key()
307 head2 = new_head + in cdbw_put_key()
314 cdbw->hash = new_head; in cdbw_put_key()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.cc1562 basic_block new_head = NULL; in lv_adjust_loop_entry_edge() local
1569 new_head = split_edge (e); in lv_adjust_loop_entry_edge()
1571 lv_add_condition_to_bb (first_head, second_head, new_head, in lv_adjust_loop_entry_edge()
1575 e = single_succ_edge (new_head); in lv_adjust_loop_entry_edge()
1576 e1 = make_edge (new_head, first_head, in lv_adjust_loop_entry_edge()
1581 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head); in lv_adjust_loop_entry_edge()
1582 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head); in lv_adjust_loop_entry_edge()
1585 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1); in lv_adjust_loop_entry_edge()
1587 return new_head; in lv_adjust_loop_entry_edge()
H A Dcfgloopmanip.c1634 basic_block new_head = NULL; in lv_adjust_loop_entry_edge() local
1641 new_head = split_edge (e); in lv_adjust_loop_entry_edge()
1643 lv_add_condition_to_bb (first_head, second_head, new_head, in lv_adjust_loop_entry_edge()
1647 e = single_succ_edge (new_head); in lv_adjust_loop_entry_edge()
1648 e1 = make_edge (new_head, first_head, in lv_adjust_loop_entry_edge()
1653 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head); in lv_adjust_loop_entry_edge()
1654 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head); in lv_adjust_loop_entry_edge()
1657 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1); in lv_adjust_loop_entry_edge()
1659 return new_head; in lv_adjust_loop_entry_edge()
H A Dcfgrtl.c1647 rtx_insn *new_head; in force_nonfallthru_and_redirect() local
1657 new_head = table; in force_nonfallthru_and_redirect()
1659 new_head = BB_END (e->src); in force_nonfallthru_and_redirect()
1660 new_head = NEXT_INSN (new_head); in force_nonfallthru_and_redirect()
1662 jump_block = create_basic_block (new_head, NULL, e->src); in force_nonfallthru_and_redirect()
H A Dcfgrtl.cc1651 rtx_insn *new_head; in force_nonfallthru_and_redirect() local
1661 new_head = table; in force_nonfallthru_and_redirect()
1663 new_head = BB_END (e->src); in force_nonfallthru_and_redirect()
1664 new_head = NEXT_INSN (new_head); in force_nonfallthru_and_redirect()
1666 jump_block = create_basic_block (new_head, NULL, e->src); in force_nonfallthru_and_redirect()
H A Dtree-ssa.c98 auto_vec<edge_var_map> *new_head = &edge_var_maps->get_or_insert (newe); in redirect_edge_var_map_dup() local
103 new_head->safe_splice (*old_head); in redirect_edge_var_map_dup()
H A Dtree-ssa.cc98 auto_vec<edge_var_map> *new_head = &edge_var_maps->get_or_insert (newe); in redirect_edge_var_map_dup() local
103 new_head->safe_splice (*old_head); in redirect_edge_var_map_dup()
H A Dtree-cfg.c8912 basic_block new_head, edge e) in gimple_lv_adjust_loop_header_phi() argument
8917 edge e2 = find_edge (new_head, second); in gimple_lv_adjust_loop_header_phi()
H A Dtree-cfg.cc9001 basic_block new_head, edge e) in gimple_lv_adjust_loop_header_phi() argument
9006 edge e2 = find_edge (new_head, second); in gimple_lv_adjust_loop_header_phi()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloopmanip.c1634 basic_block new_head = NULL; in lv_adjust_loop_entry_edge() local
1641 new_head = split_edge (e); in lv_adjust_loop_entry_edge()
1643 lv_add_condition_to_bb (first_head, second_head, new_head, in lv_adjust_loop_entry_edge()
1647 e = single_succ_edge (new_head); in lv_adjust_loop_entry_edge()
1648 e1 = make_edge (new_head, first_head, in lv_adjust_loop_entry_edge()
1653 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head); in lv_adjust_loop_entry_edge()
1654 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head); in lv_adjust_loop_entry_edge()
1657 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1); in lv_adjust_loop_entry_edge()
1659 return new_head; in lv_adjust_loop_entry_edge()
H A Dcfgrtl.c1647 rtx_insn *new_head; in force_nonfallthru_and_redirect() local
1657 new_head = table; in force_nonfallthru_and_redirect()
1659 new_head = BB_END (e->src); in force_nonfallthru_and_redirect()
1660 new_head = NEXT_INSN (new_head); in force_nonfallthru_and_redirect()
1662 jump_block = create_basic_block (new_head, NULL, e->src); in force_nonfallthru_and_redirect()
H A Dtree-ssa.c98 auto_vec<edge_var_map> *new_head = &edge_var_maps->get_or_insert (newe); in redirect_edge_var_map_dup() local
103 new_head->safe_splice (*old_head); in redirect_edge_var_map_dup()
H A Dtree-cfg.c8912 basic_block new_head, edge e) in gimple_lv_adjust_loop_header_phi() argument
8917 edge e2 = find_edge (new_head, second); in gimple_lv_adjust_loop_header_phi()
/netbsd/external/gpl3/binutils.old/dist/bfd/doc/
H A Darchive.texi86 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
90 BFDs contained in the archive @var{output} to @var{new_head}.
/netbsd/external/gpl3/binutils/dist/bfd/doc/
H A Darchive.texi86 bool bfd_set_archive_head (bfd *output, bfd *new_head);
90 BFDs contained in the archive @var{output} to @var{new_head}.
/netbsd/external/gpl3/gdb/dist/bfd/
H A Darchive.c295 bfd_set_archive_head (bfd *output_archive, bfd *new_head) in bfd_set_archive_head() argument
297 output_archive->archive_head = new_head; in bfd_set_archive_head()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Darchive.c298 bfd_set_archive_head (bfd *output_archive, bfd *new_head) in bfd_set_archive_head() argument
300 output_archive->archive_head = new_head; in bfd_set_archive_head()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Darchive.c298 bfd_set_archive_head (bfd *output_archive, bfd *new_head) in bfd_set_archive_head() argument
300 output_archive->archive_head = new_head; in bfd_set_archive_head()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Darchive.c295 bfd_set_archive_head (bfd *output_archive, bfd *new_head) in bfd_set_archive_head() argument
297 output_archive->archive_head = new_head; in bfd_set_archive_head()
/netbsd/external/gpl3/gdb/lib/libbfd/arch/aarch64eb/
H A Dbfd-in3.h7258 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd/external/gpl3/gdb/lib/libbfd/arch/alpha/
H A Dbfd-in3.h7258 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd/external/gpl3/gdb/lib/libbfd/arch/coldfire/
H A Dbfd-in3.h7101 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
H A Dbfd.h7101 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd/external/gpl3/gdb/lib/libbfd/arch/hppa/
H A Dbfd-in3.h7258 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);

12345678