Searched refs:omp_find_combined_for (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-low.h | 26 extern tree omp_find_combined_for (gimple_stmt_iterator *gsi_p,
|
H A D | omp-low.cc | 2135 omp_find_combined_for (gimple_stmt_iterator *gsi_p, in omp_find_combined_for() function 2172 walk_gimple_seq (gimple_omp_body (stmt), omp_find_combined_for, NULL, &wi); in add_taskreg_looptemp_clauses()
|
H A D | ChangeLog-2016 | 1036 (omp_find_combined_for): Declare. 1090 (find_combined_for): Renamed to omp_find_combined_for, made global.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-low.h | 26 extern tree omp_find_combined_for (gimple_stmt_iterator *gsi_p,
|
H A D | omp-grid.c | 1035 walk_gimple_seq (gimple_omp_body (parloop), omp_find_combined_for, NULL, &wi); in grid_eliminate_combined_simd_part()
|
H A D | omp-low.c | 1889 omp_find_combined_for (gimple_stmt_iterator *gsi_p, in omp_find_combined_for() function 1926 walk_gimple_seq (gimple_omp_body (stmt), omp_find_combined_for, NULL, &wi); in add_taskreg_looptemp_clauses()
|