Searched refs:maybe_catch_exception (Results 1 – 8 of 8) sorted by relevance
1003 static gimple_seq maybe_catch_exception (gimple_seq);1025 new_seq = maybe_catch_exception (seq); in finalize_task_copyfn()8489 maybe_catch_exception (gimple_seq body) in maybe_catch_exception() function8688 new_body = maybe_catch_exception (new_body); in lower_omp_sections()8854 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()8945 bind_body = maybe_catch_exception (bind_body); in lower_omp_scope()9009 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt))); in lower_omp_master()10003 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt))); in lower_omp_ordered()10428 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt))); in lower_omp_critical()11888 body = maybe_catch_exception (body); in lower_omp_for()[all …]
2101 * omp-low.c (maybe_catch_exception): Return body when no exceptions.2645 (maybe_catch_exception): Convert to tuples.
13460 * omp-low.c (lower_omp_sections): Call maybe_catch_exception
9747 (maybe_catch_exception): Use gimple_build_eh_filter.
28692 (maybe_catch_exception): Likewise.
24439 * omp-low.c (maybe_catch_exception): Likewise.
8975 (maybe_catch_exception): Ditto.
964 static gimple_seq maybe_catch_exception (gimple_seq);986 new_seq = maybe_catch_exception (seq); in finalize_task_copyfn()7757 maybe_catch_exception (gimple_seq body) in maybe_catch_exception() function7955 new_body = maybe_catch_exception (new_body); in lower_omp_sections()8121 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()8174 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt))); in lower_omp_master()9159 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt))); in lower_omp_ordered()9584 gimple_omp_set_body (stmt, maybe_catch_exception (gimple_omp_body (stmt))); in lower_omp_critical()10774 body = maybe_catch_exception (body); in lower_omp_for()11433 new_body = maybe_catch_exception (new_body); in lower_omp_taskreg()[all …]