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

/haiku-buildtools/gcc/gcc/
H A Dgimple-low.h23 extern bool gimple_stmt_may_fallthru (gimple);
H A Dgimple-low.c523 This is a subroutine of gimple_stmt_may_fallthru. */
582 gimple_stmt_may_fallthru (gimple stmt) function
644 /* Same as gimple_stmt_may_fallthru, but for the gimple sequence SEQ. */
649 return gimple_stmt_may_fallthru (gimple_seq_last_stmt (seq));
H A Dtree-nested.c2196 if (gsi_end_p (tmp_gsi) || gimple_stmt_may_fallthru (gsi_stmt (tmp_gsi)))
H A Dtree-eh.c2069 && gimple_stmt_may_fallthru (stmt)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/
H A Dpr53466.C33 bool gimple_stmt_may_fallthru (gimple stmt, bool x) function

Completed in 122 milliseconds