Searched refs:preheaderbb (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | lambda-code.c | 2452 basic_block preheaderbb, headerbb, bodybb, latchbb, olddest; in perfect_nestify() local 2467 preheaderbb = loop_split_edge_with (loop->single_exit, NULL); in perfect_nestify() 2477 e = redirect_edge_and_branch (single_succ_edge (preheaderbb), headerbb); in perfect_nestify() 2494 phi = create_phi_node (phiname, preheaderbb); in perfect_nestify() 2495 add_phi_arg (phi, def, single_pred_edge (preheaderbb)); in perfect_nestify() 2525 set_immediate_dominator (CDI_DOMINATORS, headerbb, preheaderbb); in perfect_nestify() 2526 set_immediate_dominator (CDI_DOMINATORS, preheaderbb, in perfect_nestify()
|