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

/netbsd-current/external/gpl2/groff/dist/src/libs/libdriver/
H A Dinput.cpp475 environment *e_copy = new environment; local
486 e_copy->col = new color;
487 e_copy->fill = new color;
488 *e_copy->col = *e->col;
489 *e_copy->fill = *e->fill;
490 e_copy->fontno = e->fontno;
491 e_copy->height = e->height;
492 e_copy->hpos = e->hpos;
493 e_copy->size = e->size;
494 e_copy
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-cfg.c6354 add_phi_args_after_copy_edge (edge e_copy) argument
6356 basic_block bb, bb_copy = e_copy->src, dest;
6363 if (gimple_seq_empty_p (phi_nodes (e_copy->dest)))
6368 if (e_copy->dest->flags & BB_DUPLICATED)
6369 dest = get_bb_original (e_copy->dest);
6371 dest = e_copy->dest;
6390 psi_copy = gsi_start_phis (e_copy->dest);
6397 add_phi_arg (phi_copy, def, e_copy,
6410 edge e_copy; local
6413 FOR_EACH_EDGE (e_copy, e
6425 add_phi_args_after_copy(basic_block *region_copy, unsigned n_region, edge e_copy) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-cfg.cc6439 add_phi_args_after_copy_edge (edge e_copy) argument
6441 basic_block bb, bb_copy = e_copy->src, dest;
6448 if (gimple_seq_empty_p (phi_nodes (e_copy->dest)))
6453 if (e_copy->dest->flags & BB_DUPLICATED)
6454 dest = get_bb_original (e_copy->dest);
6456 dest = e_copy->dest;
6475 psi_copy = gsi_start_phis (e_copy->dest);
6482 add_phi_arg (phi_copy, def, e_copy,
6495 edge e_copy; local
6498 FOR_EACH_EDGE (e_copy, e
6510 add_phi_args_after_copy(basic_block *region_copy, unsigned n_region, edge e_copy) argument
[all...]

Completed in 143 milliseconds