OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rhsop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc
3755
do_structure_copy (tree lhsop, tree
rhsop
)
3763
get_constraint_for_rhs (
rhsop
, &rhsc);
3791
|| !get_ref_base_and_extent_hwi (
rhsop
, &rhsoffset, &rhssize,
5130
tree
rhsop
= (gimple_num_ops (t) == 2) ? gimple_assign_rhs1 (t) : NULL;
local
5132
if (
rhsop
&& TREE_CLOBBER_P (
rhsop
))
5136
else if (
rhsop
&& AGGREGATE_TYPE_P (TREE_TYPE (lhsop)))
5137
do_structure_copy (lhsop,
rhsop
);
5174
get_constraint_for_rhs (
rhsop
, &rhsc);
5216
make_escape_constraint (
rhsop
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc
3722
do_structure_copy (tree lhsop, tree
rhsop
)
3730
get_constraint_for_rhs (
rhsop
, &rhsc);
3758
|| !get_ref_base_and_extent_hwi (
rhsop
, &rhsoffset, &rhssize,
5098
tree
rhsop
= (gimple_num_ops (t) == 2) ? gimple_assign_rhs1 (t) : NULL;
local
5100
if (
rhsop
&& TREE_CLOBBER_P (
rhsop
))
5104
else if (
rhsop
&& AGGREGATE_TYPE_P (TREE_TYPE (lhsop)))
5105
do_structure_copy (lhsop,
rhsop
);
5142
get_constraint_for_rhs (
rhsop
, &rhsc);
5184
make_escape_constraint (
rhsop
);
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026