Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/
Dtree-if-conv.c130 static bool bb_with_exit_edge_p (struct loop *, basic_block);
287 if (!bb_with_exit_edge_p (loop, bb_for_stmt (stmt))) in tree_if_convert_cond_expr()
378 && !bb_with_exit_edge_p (loop, bb)) in if_convertible_modify_expr_p()
579 if (bb_with_exit_edge_p (loop, bb)) in if_convertible_loop_p()
911 if (bb_with_exit_edge_p (loop, bb)) in combine_blocks()
1112 bb_with_exit_edge_p (struct loop *loop, basic_block bb) in bb_with_exit_edge_p() function
DChangeLog-200530482 * tree-if-conv.c (bb_with_exit_edge_p): Take loop as argument.
30485 to bb_with_exit_edge_p.
30488 to bb_with_exit_edge_p.
30489 (combine_blocks): Pass loop to bb_with_exit_edge_p. Do not use