Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c3596 gfc_trans_omp_code (gfc_code *code, bool force_empty) in gfc_trans_omp_code() function
3651 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_oacc_construct()
4407 tmp = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_do()
4571 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_parallel()
5128 stmt = gfc_trans_omp_code (code->next, in gfc_trans_omp_sections()
5148 tree stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_single()
5164 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_task()
5293 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_teams()
5335 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_target()
5347 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_target()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc4394 gfc_trans_omp_code (gfc_code *code, bool force_empty) in gfc_trans_omp_code() function
4450 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_oacc_construct()
5383 tmp = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_do()
5711 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_parallel()
6649 stmt = gfc_trans_omp_code (code->next, in gfc_trans_omp_sections()
6669 tree stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_single()
6685 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_task()
6837 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_teams()
6887 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_target()
6899 stmt = gfc_trans_omp_code (code->block->next, true); in gfc_trans_omp_target()
[all …]
H A DChangeLog-20161899 gfc_trans_omp_target): Wrap gfc_trans_omp_code result in an extra
H A DChangeLog-20063678 (gfc_trans_omp_code): New function.