OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sra_modify_expr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-sra.cc
359
/* Number of times
sra_modify_expr
or sra_modify_assign themselves changed an
3789
sra_modify_expr
(tree *expr, gimple_stmt_iterator *gsi, bool write)
function
4288
modify_this_stmt =
sra_modify_expr
(gimple_assign_rhs1_ptr (stmt),
4290
modify_this_stmt |=
sra_modify_expr
(gimple_assign_lhs_ptr (stmt),
4613
modified |=
sra_modify_expr
(t, &gsi, false);
4636
modified |=
sra_modify_expr
(t, &gsi, false);
4642
modified |=
sra_modify_expr
(t, &gsi, true);
4653
modified |=
sra_modify_expr
(t, &gsi, false);
4658
modified |=
sra_modify_expr
(t, &gsi, true);
/src/external/gpl3/gcc/dist/gcc/
tree-sra.cc
363
/* Number of times
sra_modify_expr
or sra_modify_assign themselves changed an
4089
is then used to continue iteration over the BB. If
sra_modify_expr
is
4094
sra_modify_expr
(tree *expr, bool write, gimple_stmt_iterator *stmt_gsi,
function
4247
and return true if any copying took place. Otherwise call
sra_modify_expr
4256
return
sra_modify_expr
(expr, false, call_gsi, refresh_gsi);
4651
modify_this_stmt =
sra_modify_expr
(gimple_assign_rhs1_ptr (stmt),
4653
modify_this_stmt |=
sra_modify_expr
(gimple_assign_lhs_ptr (stmt),
4986
modified |=
sra_modify_expr
(t, false, &gsi, &gsi);
5025
modified |=
sra_modify_expr
(t, true, &call_gsi, &gsi);
5037
modified |=
sra_modify_expr
(t, false, &stmt_gsi, &gsi)
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026