OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ws_stmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-expand.cc
175
gimple *
ws_stmt
= last_nondebug_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);
226
parallel+workshare call.
WS_STMT
is the workshare directive being
230
get_ws_args_for (gimple *par_stmt, gimple *
ws_stmt
)
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
335
gimple *
ws_stmt
= last_nondebug_stmt (ws_entry_bb);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc
175
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);
226
parallel+workshare call.
WS_STMT
is the workshare directive being
230
get_ws_args_for (gimple *par_stmt, gimple *
ws_stmt
)
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
334
gimple *
ws_stmt
= last_stmt (ws_entry_bb);
local
[
all
...]
Completed in 65 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026