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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-if-conv.cc594 bb_with_exit_edge_p (class loop *loop, basic_block bb) function
1304 || bb_with_exit_edge_p (loop, bb))
1425 if (bb_with_exit_edge_p (loop, bb))
1435 = bb_with_exit_edge_p (loop, bb) || bb == loop->latch;
2658 if (bb_with_exit_edge_p (loop, bb)
2713 if (bb_with_exit_edge_p (loop, bb))
3038 if (bb == loop->latch || bb_with_exit_edge_p (loop, bb))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-if-conv.c587 bb_with_exit_edge_p (class loop *loop, basic_block bb) function
1292 || bb_with_exit_edge_p (loop, bb))
1413 if (bb_with_exit_edge_p (loop, bb))
2500 if (bb_with_exit_edge_p (loop, bb)
2556 if (bb_with_exit_edge_p (loop, bb))
2861 if (bb == loop->latch || bb_with_exit_edge_p (loop, bb))

Completed in 200 milliseconds