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

/freebsd-9.3-release/contrib/gcc/
H A 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)))
378 && !bb_with_exit_edge_p (loop, bb))
579 if (bb_with_exit_edge_p (loop, bb))
911 if (bb_with_exit_edge_p (loop, bb))
1112 bb_with_exit_edge_p (struct loop *loop, basic_block bb) function

Completed in 51 milliseconds