Lines Matching refs:maybe_catch_exception
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() 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()
12680 new_body = maybe_catch_exception (new_body); in lower_omp_target()