Searched refs:incr_bb (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c1172 basic_block incr_bb; local
1196 incr_bb = gimple_bb (SSA_NAME_DEF_STMT (var));
1197 if (incr_bb->loop_father != data->current_loop
1198 || (incr_bb->flags & BB_IRREDUCIBLE_LOOP))
H A Domp-low.c13341 basic_block incr_bb = create_empty_bb (orig_exit);
13342 add_bb_to_loop (incr_bb, body_bb->loop_father);
13351 redirect_edge_succ (e, incr_bb);
13353 edge e = make_edge (incr_bb, EXIT_BLOCK_PTR_FOR_FN (cfun), 0);
13355 gsi = gsi_last_bb (incr_bb);
13393 make_edge (loop->header, incr_bb, EDGE_TRUE_VALUE);
13404 e = split_block (incr_bb, gsi_stmt (gsi));
13412 make_edge (incr_bb, new_exit_bb, EDGE_FALSE_VALUE);
13413 /* The successor of incr_bb is already pointing to latch_bb; just
13415 make_edge (incr_bb, latch_b
13336 basic_block incr_bb = create_empty_bb (orig_exit); local
[all...]

Completed in 231 milliseconds