Searched defs:innerc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-expand.c | 246 tree innerc in get_ws_args_for() local 1781 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_for_init_counts() local 1951 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); in expand_omp_for_init_vars() local 2889 tree innerc in expand_omp_for_generic() local 3022 tree innerc = omp_find_clause (gimple_omp_for_clauses (inner_stmt), in expand_omp_for_generic() local 3869 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_for_static_nochunk() local 4016 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); in expand_omp_for_static_nochunk() local 4636 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_for_static_chunk() local 4731 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); in expand_omp_for_static_chunk() local 5287 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_simd() local [all …]
|
H A D | omp-low.c | 9667 tree innerc = omp_find_clause (taskreg_clauses, in lower_omp_for_lastprivate() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-expand.cc | 247 tree innerc in get_ws_args_for() local 1815 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_for_init_counts() local 2493 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); in expand_omp_for_init_vars() local 4072 tree innerc in expand_omp_for_generic() local 4205 tree innerc = omp_find_clause (gimple_omp_for_clauses (inner_stmt), in expand_omp_for_generic() local 4794 find_lastprivate_looptemp (struct omp_for_data *fd, tree innerc) in find_lastprivate_looptemp() 5070 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_for_static_nochunk() local 5217 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); in expand_omp_for_static_nochunk() local 5828 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), in expand_omp_for_static_chunk() local 5923 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); in expand_omp_for_static_chunk() local [all …]
|
H A D | omp-low.cc | 10506 tree innerc = omp_find_clause (taskreg_clauses, in lower_omp_for_lastprivate() local
|