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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-low.h23 extern bool gimple_stmt_may_fallthru (gimple *);
H A Dgimple-low.c559 This is a subroutine of gimple_stmt_may_fallthru. */
618 gimple_stmt_may_fallthru (gimple *stmt) function
680 /* Same as gimple_stmt_may_fallthru, but for the gimple sequence SEQ. */
685 return gimple_stmt_may_fallthru (gimple_seq_last_nondebug_stmt (seq));
H A Dtree-eh.c2065 && gimple_stmt_may_fallthru (stmt)
H A Dtree-nested.c2566 if (gsi_end_p (tmp_gsi) || gimple_stmt_may_fallthru (gsi_stmt (tmp_gsi)))
H A Dgimplify.c2028 if (gimple_stmt_may_fallthru (last_eval)
2308 && gimple_stmt_may_fallthru (prev)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-low.h23 extern bool gimple_stmt_may_fallthru (gimple *);
H A Dgimple-low.cc560 This is a subroutine of gimple_stmt_may_fallthru. */
619 gimple_stmt_may_fallthru (gimple *stmt) function
681 /* Same as gimple_stmt_may_fallthru, but for the gimple sequence SEQ. */
686 return gimple_stmt_may_fallthru (gimple_seq_last_nondebug_stmt (seq));
H A Dtree-eh.cc2060 && gimple_stmt_may_fallthru (stmt)
H A Dtree-nested.cc2718 if (gsi_end_p (tmp_gsi) || gimple_stmt_may_fallthru (gsi_stmt (tmp_gsi)))
H A Dgimplify.cc2235 if (gimple_stmt_may_fallthru (last_eval)
2530 && gimple_stmt_may_fallthru (prev)

Completed in 264 milliseconds