Searched refs:bb_with_exit_edge_p (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-if-conv.c | 387 bb_with_exit_edge_p (struct loop *loop, basic_block bb) in bb_with_exit_edge_p() function 699 && !bb_with_exit_edge_p (bb->loop_father, bb)) in if_convertible_gimple_assign_stmt_p() 1067 if (bb_with_exit_edge_p (loop, bb)) in if_convertible_loop_p_1() 1568 if (bb_with_exit_edge_p (loop, bb) in remove_conditions_and_labels() 1622 if (bb_with_exit_edge_p (loop, bb)) in combine_blocks()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-if-conv.c | 578 bb_with_exit_edge_p (struct loop *loop, basic_block bb) in bb_with_exit_edge_p() function 1274 || bb_with_exit_edge_p (loop, bb)) in predicate_bbs() 1395 if (bb_with_exit_edge_p (loop, bb)) in if_convertible_loop_p_1() 2351 if (bb_with_exit_edge_p (loop, bb) in remove_conditions_and_labels() 2407 if (bb_with_exit_edge_p (loop, bb)) in combine_blocks() 2697 if (bb == loop->latch || bb_with_exit_edge_p (loop, bb)) in ifcvt_split_critical_edges()
|