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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c174 gimple *ws_stmt = last_stmt (ws_entry_bb); local
176 if (gimple_code (ws_stmt) == GIMPLE_OMP_SECTIONS)
179 gcc_assert (gimple_code (ws_stmt) == GIMPLE_OMP_FOR);
180 if (gimple_omp_for_kind (ws_stmt) != GF_OMP_FOR_KIND_FOR)
183 omp_extract_for_data (as_a <gomp_for *> (ws_stmt), &fd, NULL);
229 get_ws_args_for (gimple *par_stmt, gimple *ws_stmt) argument
232 location_t loc = gimple_location (ws_stmt);
235 if (gomp_for *for_stmt = dyn_cast <gomp_for *> (ws_stmt))
277 else if (gimple_code (ws_stmt) == GIMPLE_OMP_SECTIONS)
282 basic_block bb = single_succ (gimple_bb (ws_stmt));
333 gimple *ws_stmt = last_stmt (ws_entry_bb); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc175 gimple *ws_stmt = last_stmt (ws_entry_bb); local
177 if (gimple_code (ws_stmt) == GIMPLE_OMP_SECTIONS)
180 gcc_assert (gimple_code (ws_stmt) == GIMPLE_OMP_FOR);
181 if (gimple_omp_for_kind (ws_stmt) != GF_OMP_FOR_KIND_FOR)
184 omp_extract_for_data (as_a <gomp_for *> (ws_stmt), &fd, NULL);
230 get_ws_args_for (gimple *par_stmt, gimple *ws_stmt) argument
233 location_t loc = gimple_location (ws_stmt);
236 if (gomp_for *for_stmt = dyn_cast <gomp_for *> (ws_stmt))
278 else if (gimple_code (ws_stmt) == GIMPLE_OMP_SECTIONS)
283 basic_block bb = single_succ (gimple_bb (ws_stmt));
334 gimple *ws_stmt = last_stmt (ws_entry_bb); local
[all...]

Completed in 114 milliseconds