OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:omp_cont_stmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc
2749
gomp_continue *
omp_cont_stmt
;
local
2928
omp_cont_stmt
= gimple_build_omp_continue (cvar_next, cvar);
2929
gimple_set_location (
omp_cont_stmt
, loc);
2930
gsi_insert_after (&gsi,
omp_cont_stmt
, GSI_NEW_STMT);
2931
SSA_NAME_DEF_STMT (cvar_next) =
omp_cont_stmt
;
/src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc
2748
gomp_continue *
omp_cont_stmt
;
local
2927
omp_cont_stmt
= gimple_build_omp_continue (cvar_next, cvar);
2928
gimple_set_location (
omp_cont_stmt
, loc);
2929
gsi_insert_after (&gsi,
omp_cont_stmt
, GSI_NEW_STMT);
2930
SSA_NAME_DEF_STMT (cvar_next) =
omp_cont_stmt
;
Completed in 18 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026