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

/freebsd-10.1-release/contrib/gcc/
H A Dcfgloopmanip.c1257 basic_block new_head = NULL; local
1264 new_head = split_edge (e);
1267 lv_add_condition_to_bb (first_head, second_head, new_head,
1271 e1 = make_edge (new_head, first_head, ir_type () ? EDGE_TRUE_VALUE : 0);
1272 set_immediate_dominator (CDI_DOMINATORS, first_head, new_head);
1273 set_immediate_dominator (CDI_DOMINATORS, second_head, new_head);
1276 lv_adjust_loop_header_phi (first_head, second_head, new_head, e1);
1278 return new_head;
H A Dtree-cfg.c5531 of 'first'. Both of them are dominated by 'new_head' basic block. When
5532 'new_head' was created by 'second's incoming edge it received phi arguments
5534 connect 'new_head' and 'first'. Now this routine adds phi args on this
5535 additional edge 'e' that new_head to second edge received as part of edge
5541 basic_block new_head, edge e)
5544 edge e2 = find_edge (new_head, second);
5540 tree_lv_adjust_loop_header_phi(basic_block first, basic_block second, basic_block new_head, edge e) argument
/freebsd-10.1-release/contrib/binutils/bfd/
H A Darchive.c255 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
259 BFDs contained in the archive @var{output} to @var{new_head}.
263 bfd_set_archive_head (bfd *output_archive, bfd *new_head)
265 output_archive->archive_head = new_head;
261 bfd_set_archive_head(bfd *output_archive, bfd *new_head) argument
H A Dbfd-in2.h4954 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);
/freebsd-10.1-release/contrib/gcc/config/mips/
H A Dmips.c9951 rtx new_head;
9954 new_head = ready[lower];
9957 ready[i] = new_head;
9895 rtx new_head; local
/freebsd-10.1-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4961 bfd_boolean bfd_set_archive_head (bfd *output, bfd *new_head);

Completed in 157 milliseconds