Home
last modified time | relevance | path

Searched refs:maybe_catch_exception (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc1003 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() function
8688 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 …]
H A DChangeLog.tuples2101 * omp-low.c (maybe_catch_exception): Return body when no exceptions.
2645 (maybe_catch_exception): Convert to tuples.
H A DChangeLog-200613460 * omp-low.c (lower_omp_sections): Call maybe_catch_exception
H A DChangeLog-20099747 (maybe_catch_exception): Use gimple_build_eh_filter.
H A DChangeLog-200728692 (maybe_catch_exception): Likewise.
H A DChangeLog-201024439 * omp-low.c (maybe_catch_exception): Likewise.
H A DChangeLog-20118975 (maybe_catch_exception): Ditto.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c964 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() function
7955 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 …]