Searched refs:nexits (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-cfg.c | 5637 edge exits[2], nexits[2], e; in gimple_duplicate_sese_tail() local 5690 copy_bbs (region, n_region, region_copy, exits, 2, nexits, orig_loop, in gimple_duplicate_sese_tail() 5754 def = PHI_ARG_DEF (phi, nexits[0]->dest_idx); in gimple_duplicate_sese_tail() 5758 e = redirect_edge_and_branch (nexits[0], nexits[1]->dest); in gimple_duplicate_sese_tail()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-cfg.c | 6669 edge exits[2], nexits[2], e; in gimple_duplicate_sese_tail() local 6718 copy_bbs (region, n_region, region_copy, exits, 2, nexits, orig_loop, in gimple_duplicate_sese_tail() 6779 def = PHI_ARG_DEF (phi, nexits[0]->dest_idx); in gimple_duplicate_sese_tail() 6783 e = redirect_edge_and_branch (nexits[1], nexits[0]->dest); in gimple_duplicate_sese_tail()
|