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

/freebsd-10.0-release/contrib/gcc/
H A Domp-low.c287 tree par_stmt, ws_stmt; local
290 ws_stmt = last_stmt (ws_entry_bb);
292 if (TREE_CODE (ws_stmt) == OMP_SECTIONS)
295 gcc_assert (TREE_CODE (ws_stmt) == OMP_FOR);
297 extract_omp_for_data (ws_stmt, &fd);
319 get_ws_args_for (tree ws_stmt) argument
323 if (TREE_CODE (ws_stmt) == OMP_FOR)
328 extract_omp_for_data (ws_stmt, &fd);
348 else if (TREE_CODE (ws_stmt) == OMP_SECTIONS)
350 basic_block bb = bb_for_stmt (ws_stmt);
392 tree ws_stmt = last_stmt (ws_entry_bb); local
[all...]

Completed in 78 milliseconds