Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-low.cc12434 gbind *par_bind, *bind, *dep_bind = NULL; in lower_omp_taskreg() local
12442 par_bind = NULL; in lower_omp_taskreg()
12447 par_bind in lower_omp_taskreg()
12449 par_body = gimple_bind_body (par_bind); in lower_omp_taskreg()
12527 maybe_remove_omp_member_access_dummy_vars (par_bind); in lower_omp_taskreg()
12528 record_vars_into (gimple_bind_vars (par_bind), child_fn); in lower_omp_taskreg()
12580 if (dep_bind && gimple_bind_block (par_bind) == NULL_TREE) in lower_omp_taskreg()
12583 bind = gimple_build_bind (NULL, NULL, gimple_bind_block (par_bind)); in lower_omp_taskreg()