Home
last modified time | relevance | path

Searched refs:last_eval (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c2025 gimple *last_eval = last_stmt_in_scope (stmt); in last_stmt_in_scope() local
2026 if (gimple_stmt_may_fallthru (last_eval) in last_stmt_in_scope()
2027 && (last_eval == NULL in last_stmt_in_scope()
2028 || !gimple_call_internal_p (last_eval, IFN_FALLTHROUGH)) in last_stmt_in_scope()
2035 return last_eval; in last_stmt_in_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc2232 gimple *last_eval = last_stmt_in_scope (stmt); in last_stmt_in_scope() local
2233 if (gimple_stmt_may_fallthru (last_eval) in last_stmt_in_scope()
2234 && (last_eval == NULL in last_stmt_in_scope()
2235 || !gimple_call_internal_p (last_eval, IFN_FALLTHROUGH)) in last_stmt_in_scope()
2242 return last_eval; in last_stmt_in_scope()