Searched refs:ws_stmt (Results 1 – 2 of 2) sorted by relevance
521 gimple ws_stmt = last_stmt (ws_entry_bb); in workshare_safe_to_combine_p() local523 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 …]
170 gimple *ws_stmt = last_stmt (ws_entry_bb); in workshare_safe_to_combine_p() local172 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() argument226 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 …]