Home | History | Annotate | Download | only in gcc

Lines Matching defs:rhs1

908 	      tree rhs1 = gimple_assign_rhs1 (stmt);
911 && TREE_CODE (rhs1) == SSA_NAME)
912 live_track_clear_var (live, rhs1);
1103 tree rhs1 = gimple_assign_rhs1 (stmt);
1105 && gimple_can_coalesce_p (lhs, rhs1))
1108 v2 = SSA_NAME_VERSION (rhs1);
1123 tree rhs1 = gimple_return_retval (as_a <greturn *> (stmt));
1124 if (!rhs1)
1128 if (TREE_CODE (rhs1) == SSA_NAME
1129 && gimple_can_coalesce_p (lhs, rhs1))
1132 v2 = SSA_NAME_VERSION (rhs1);