Searched refs:last_eval (Results 1 – 2 of 2) sorted by relevance
2025 gimple *last_eval = last_stmt_in_scope (stmt); in last_stmt_in_scope() local2026 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()
2232 gimple *last_eval = last_stmt_in_scope (stmt); in last_stmt_in_scope() local2233 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()