Searched refs:new_head (Results 1 - 25 of 70) sorted by relevance

123

/netbsd-6-1-5-RELEASE/lib/libc/cdb/
H A Dcdbw.c180 struct key_hash_head *head, *head2, *new_head; local
226 new_head = calloc(sizeof(*new_head), new_hash_size);
227 if (new_head == NULL)
232 SLIST_INIT(new_head + i);
239 head2 = new_head +
246 cdbw->hash = new_head;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsolib-ia64-hpux.c616 struct so_list *new_head = NULL, *prev_new_so = NULL; local
627 if (new_head == NULL)
628 new_head = new_so;
631 return new_head;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcfgloopmanip.c1480 basic_block new_head = NULL; local
1487 new_head = split_edge (e);
1489 lv_add_condition_to_bb (first_head, second_head, new_head,
1493 e = single_succ_edge (new_head);
1494 e1 = make_edge (new_head, first_head,
1501 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1502 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head);
1505 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1507 return new_head;
H A Dtree-cfg.c6856 of 'first'. Both of them are dominated by 'new_head' basic block. When
6857 'new_head' was created by 'second's incoming edge it received phi arguments
6859 connect 'new_head' and 'first'. Now this routine adds phi args on this
6860 additional edge 'e' that new_head to second edge received as part of edge
6865 basic_block new_head, edge e)
6870 edge e2 = find_edge (new_head, second);
6864 gimple_lv_adjust_loop_header_phi(basic_block first, basic_block second, basic_block new_head, edge e) argument
/netbsd-6-1-5-RELEASE/gnu/dist/bc/dc/
H A Dstack.c489 dc_set_stacked_array DC_DECLARG((array_id, new_head))
491 struct dc_array *new_head DC_DECLEND
499 r->array = new_head;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dcfgloopmanip.c1409 basic_block new_head = NULL; local
1416 new_head = split_edge (e);
1419 lv_add_condition_to_bb (first_head, second_head, new_head,
1423 e1 = make_edge (new_head, first_head, ir_type () ? EDGE_TRUE_VALUE : 0);
1424 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1425 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head);
1428 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1430 return new_head;
H A Dtree-cfg.c4924 of 'first'. Both of them are dominated by 'new_head' basic block. When
4925 'new_head' was created by 'second's incoming edge it received phi arguments
4927 connect 'new_head' and 'first'. Now this routine adds phi args on this
4928 additional edge 'e' that new_head to second edge received as part of edge
4934 basic_block new_head, edge e)
4937 edge e2 = find_edge (new_head, second);
4933 tree_lv_adjust_loop_header_phi(basic_block first, basic_block second, basic_block new_head, edge e) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Darchive.c262 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
266 BFDs contained in the archive @var{output} to @var{new_head}.
270 bfd_set_archive_head (bfd *output_archive, bfd *new_head)
272 output_archive->archive_head = new_head;
268 bfd_set_archive_head(bfd *output_archive, bfd *new_head) argument
H A Dbfd-in2.h5458 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Darchive.c259 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
263 BFDs contained in the archive @var{output} to @var{new_head}.
267 bfd_set_archive_head (bfd *output_archive, bfd *new_head)
269 output_archive->archive_head = new_head;
265 bfd_set_archive_head(bfd *output_archive, bfd *new_head) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.c9895 rtx new_head;
9898 new_head = ready[lower];
9901 ready[i] = new_head;
9839 rtx new_head; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c12158 rtx new_head;
12161 new_head = ready[lower];
12164 ready[i] = new_head;
12100 rtx new_head; local
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/alpha/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/arm/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/armeb/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/hppa/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/i386/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/m68000/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/m68k/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/mips64eb/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/mips64el/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/mipseb/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/mipsel/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/powerpc/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/lib/libbfd/arch/powerpc64/
H A Dbfd.h5462 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);

Completed in 1032 milliseconds

123