Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c8436 unsigned HOST_WIDE_INT i_async = GOMP_LAUNCH_OP_MAX; in expand_omp_target() local
8442 i_async = TREE_INT_CST_LOW (t_async); in expand_omp_target()
8443 if (i_async < GOMP_LAUNCH_OP_MAX) in expand_omp_target()
8446 i_async = GOMP_LAUNCH_OP_MAX; in expand_omp_target()
8449 i_async)); in expand_omp_target()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc10221 unsigned HOST_WIDE_INT i_async = GOMP_LAUNCH_OP_MAX; in expand_omp_target() local
10227 i_async = TREE_INT_CST_LOW (t_async); in expand_omp_target()
10228 if (i_async < GOMP_LAUNCH_OP_MAX) in expand_omp_target()
10231 i_async = GOMP_LAUNCH_OP_MAX; in expand_omp_target()
10234 i_async)); in expand_omp_target()