HomeSort by: relevance | last modified time | path
    Searched refs:e_copy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 475 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->slant = e->slant
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ch.cc 595 edge exit_e, exit_e_copy, e, e_copy; local
610 e_copy = EDGE_SUCC (region_copy[i], 1);
617 e_copy = EDGE_SUCC (region_copy[i], 0);
621 && e_copy->dest == region_copy[i + 1]));
631 e_copy->probability = profile_probability::always ();
635 if (e_copy->flags & EDGE_TRUE_VALUE)
667 entry_count = e_copy->count ();
tree-cfg.cc 6623 /* Adds phi node arguments for edge E_COPY after basic block duplication. */
6626 add_phi_args_after_copy_edge (edge e_copy)
6628 basic_block bb, bb_copy = e_copy->src, dest;
6635 if (gimple_seq_empty_p (phi_nodes (e_copy->dest)))
6640 if (e_copy->dest->flags & BB_DUPLICATED)
6641 dest = get_bb_original (e_copy->dest);
6643 dest = e_copy->dest;
6662 psi_copy = gsi_start_phis (e_copy->dest);
6669 add_phi_arg (phi_copy, def, e_copy,
6682 edge e_copy; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 6436 /* Adds phi node arguments for edge E_COPY after basic block duplication. */
6439 add_phi_args_after_copy_edge (edge e_copy)
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
    [all...]

Completed in 80 milliseconds