OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_rhs1
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
vr-values.cc
1891
tree
new_rhs1
= NULL_TREE;
local
1899
new_rhs1
= int_const_binop (rhs_code, rhs1, val1);
1907
new_rhs1
= int_const_binop (rhs_code, val1, rhs2);
1913
in divide by zero,
new_rhs1
/ new_rhs will be NULL_TREE. */
1914
if (
new_rhs1
&& new_rhs2)
1922
new_rhs1
,
gimple-ssa-strength-reduction.cc
3645
NEW_CODE,
NEW_RHS1
, and NEW_RHS2, provided that to do so doesn't
3652
replace_rhs_if_not_dup (enum tree_code new_code, tree
new_rhs1
, tree new_rhs2,
3657
|| ((!operand_equal_p (
new_rhs1
, old_rhs1, 0)
3659
&& (!operand_equal_p (
new_rhs1
, old_rhs2, 0)
3664
gimple_assign_set_rhs_with_ops (&gsi, new_code,
new_rhs1
, new_rhs2);
tree-ssa-reassoc.cc
5353
tree
new_rhs1
local
5358
if (oe->op != rhs2 ||
new_rhs1
!= rhs1)
5378
gimple *insert_point = find_insert_point (stmt,
new_rhs1
, oe->op,
5383
new_rhs1
, oe->op);
5394
gcc_checking_assert (find_insert_point (stmt,
new_rhs1
, oe->op,
5397
gimple_assign_set_rhs1 (stmt,
new_rhs1
);
tree-ssa-math-opts.cc
4314
tree
new_rhs1
= make_ssa_name (type);
4315
gimple *g = gimple_build_assign (
new_rhs1
, NOP_EXPR, rhs1);
4317
rhs1 =
new_rhs1
;
/src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc
4267
tree
new_rhs1
= NULL_TREE;
local
4275
new_rhs1
= int_const_binop (rhs_code, rhs1, val1);
4283
new_rhs1
= int_const_binop (rhs_code, val1, rhs2);
4289
in divide by zero,
new_rhs1
/ new_rhs will be NULL_TREE. */
4290
if (
new_rhs1
&& new_rhs2)
4295
new_rhs1
,
gimple-ssa-strength-reduction.cc
3645
NEW_CODE,
NEW_RHS1
, and NEW_RHS2, provided that to do so doesn't
3652
replace_rhs_if_not_dup (enum tree_code new_code, tree
new_rhs1
, tree new_rhs2,
3657
|| ((!operand_equal_p (
new_rhs1
, old_rhs1, 0)
3659
&& (!operand_equal_p (
new_rhs1
, old_rhs2, 0)
3664
gimple_assign_set_rhs_with_ops (&gsi, new_code,
new_rhs1
, new_rhs2);
tree-ssa-reassoc.cc
5358
tree
new_rhs1
local
5363
if (oe->op != rhs2 ||
new_rhs1
!= rhs1)
5383
gimple *insert_point = find_insert_point (stmt,
new_rhs1
, oe->op,
5388
new_rhs1
, oe->op);
5399
gcc_checking_assert (find_insert_point (stmt,
new_rhs1
, oe->op,
5402
gimple_assign_set_rhs1 (stmt,
new_rhs1
);
tree-ssa-math-opts.cc
4083
tree
new_rhs1
= make_ssa_name (type);
4084
gimple *g = gimple_build_assign (
new_rhs1
, NOP_EXPR, rhs1);
4086
rhs1 =
new_rhs1
;
Completed in 57 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026