Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDomp-low.c521 gimple ws_stmt = last_stmt (ws_entry_bb); in workshare_safe_to_combine_p() local
523 if (gimple_code (ws_stmt) == GIMPLE_OMP_SECTIONS) in workshare_safe_to_combine_p()
526 gcc_assert (gimple_code (ws_stmt) == GIMPLE_OMP_FOR); in workshare_safe_to_combine_p()
528 extract_omp_for_data (ws_stmt, &fd, NULL); in workshare_safe_to_combine_p()
555 get_ws_args_for (gimple ws_stmt) in VEC()
558 location_t loc = gimple_location (ws_stmt); in VEC()
561 if (gimple_code (ws_stmt) == GIMPLE_OMP_FOR) in VEC()
565 extract_omp_for_data (ws_stmt, &fd, NULL); in VEC()
586 else if (gimple_code (ws_stmt) == GIMPLE_OMP_SECTIONS) in VEC()
591 basic_block bb = single_succ (gimple_bb (ws_stmt)); in VEC()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDomp-expand.c170 gimple *ws_stmt = last_stmt (ws_entry_bb); in workshare_safe_to_combine_p() local
172 if (gimple_code (ws_stmt) == GIMPLE_OMP_SECTIONS) in workshare_safe_to_combine_p()
175 gcc_assert (gimple_code (ws_stmt) == GIMPLE_OMP_FOR); in workshare_safe_to_combine_p()
177 omp_extract_for_data (as_a <gomp_for *> (ws_stmt), &fd, NULL); in workshare_safe_to_combine_p()
223 get_ws_args_for (gimple *par_stmt, gimple *ws_stmt) in get_ws_args_for() argument
226 location_t loc = gimple_location (ws_stmt); in get_ws_args_for()
229 if (gomp_for *for_stmt = dyn_cast <gomp_for *> (ws_stmt)) in get_ws_args_for()
271 else if (gimple_code (ws_stmt) == GIMPLE_OMP_SECTIONS) in get_ws_args_for()
276 basic_block bb = single_succ (gimple_bb (ws_stmt)); in get_ws_args_for()
320 gimple *ws_stmt = last_stmt (ws_entry_bb); in determine_parallel_type() local
[all …]