Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Domp-low.c152 extract_omp_for_data (tree for_stmt, struct omp_for_data *fd) in extract_omp_for_data() function
297 extract_omp_for_data (ws_stmt, &fd); in workshare_safe_to_combine_p()
328 extract_omp_for_data (ws_stmt, &fd); in get_ws_args_for()
3133 extract_omp_for_data (last_stmt (region->entry), &fd); in expand_omp_for()
4095 extract_omp_for_data (stmt, &fd); in lower_omp_for()
H A DChangeLog-200614561 (extract_omp_for_data): Move earlier in the file.