Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-low.cc12612 gimple_seq tgt_body, olist, ilist, fplist, new_body; in lower_omp_target() local
12678 tgt_body = NULL; in lower_omp_target()
12682 tgt_body = gimple_bind_body (tgt_bind); in lower_omp_target()
12685 tgt_body = gimple_omp_body (stmt); in lower_omp_target()
12956 lower_omp (&tgt_body, ctx); in lower_omp_target()
12960 lower_omp (&tgt_body, ctx); in lower_omp_target()
13992 gimple_seq_add_seq (&new_body, tgt_body); in lower_omp_target()