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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ch.cc 928 int nexits = 0; local
954 nexits++;
1069 bool precise = (nexits == (int) exits.length ());
tree-cfg.cc 6910 edge exits[2], nexits[2], e; local
6956 copy_bbs (region, n_region, region_copy, exits, 2, nexits, orig_loop,
7011 copy_phi_arg_into_existing_phi (nexits[0], e);
7013 e = redirect_edge_and_branch (nexits[1], nexits[0]->dest);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 6717 edge exits[2], nexits[2], e; local
6767 copy_bbs (region, n_region, region_copy, exits, 2, nexits, orig_loop,
6828 def = PHI_ARG_DEF (phi, nexits[0]->dest_idx);
6832 e = redirect_edge_and_branch (nexits[1], nexits[0]->dest);

Completed in 579 milliseconds