Home
last modified time | relevance | path

Searched refs:preheaderbb (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/
HDlambda-code.c2452 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()
HDChangeLog-200524432 (perfect_nestify): preheaderbb is *not* part of loop of the