OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parcopy_stmt
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-expand.cc
1321
gimple *
parcopy_stmt
= NULL;
local
1343
parcopy_stmt
= stmt;
1349
gcc_assert (
parcopy_stmt
!= NULL);
1354
if (gimple_assign_lhs (
parcopy_stmt
) == arg)
1359
gimple_omp_set_subcode (
parcopy_stmt
, TREE_CODE (arg));
1360
gimple_assign_set_rhs1 (
parcopy_stmt
, arg);
1365
tree lhs = gimple_assign_lhs (
parcopy_stmt
);
1373
gimple_assign_set_rhs1 (
parcopy_stmt
, arg);
1374
update_stmt (
parcopy_stmt
);
omp-expand.cc
1321
gimple *
parcopy_stmt
= NULL;
local
1343
parcopy_stmt
= stmt;
1349
gcc_assert (
parcopy_stmt
!= NULL);
1354
if (gimple_assign_lhs (
parcopy_stmt
) == arg)
1359
gimple_omp_set_subcode (
parcopy_stmt
, TREE_CODE (arg));
1360
gimple_assign_set_rhs1 (
parcopy_stmt
, arg);
1365
tree lhs = gimple_assign_lhs (
parcopy_stmt
);
1373
gimple_assign_set_rhs1 (
parcopy_stmt
, arg);
1374
update_stmt (
parcopy_stmt
);
/src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc
1318
gimple *
parcopy_stmt
= NULL;
local
1340
parcopy_stmt
= stmt;
1346
gcc_assert (
parcopy_stmt
!= NULL);
1351
if (gimple_assign_lhs (
parcopy_stmt
) == arg)
1356
gimple_omp_set_subcode (
parcopy_stmt
, TREE_CODE (arg));
1357
gimple_assign_set_rhs1 (
parcopy_stmt
, arg);
1362
tree lhs = gimple_assign_lhs (
parcopy_stmt
);
1370
gimple_assign_set_rhs1 (
parcopy_stmt
, arg);
1371
update_stmt (
parcopy_stmt
);
omp-expand.cc
1318
gimple *
parcopy_stmt
= NULL;
local
1340
parcopy_stmt
= stmt;
1346
gcc_assert (
parcopy_stmt
!= NULL);
1351
if (gimple_assign_lhs (
parcopy_stmt
) == arg)
1356
gimple_omp_set_subcode (
parcopy_stmt
, TREE_CODE (arg));
1357
gimple_assign_set_rhs1 (
parcopy_stmt
, arg);
1362
tree lhs = gimple_assign_lhs (
parcopy_stmt
);
1370
gimple_assign_set_rhs1 (
parcopy_stmt
, arg);
1371
update_stmt (
parcopy_stmt
);
Completed in 73 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026