Searched refs:rhsp (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c3525 struct constraint_expr *rhsp; local
3528 FOR_EACH_VEC_ELT (tmp, j, rhsp)
3529 results->safe_push (*rhsp);
3594 struct constraint_expr *lhsp, *rhsp; variable in typeref:struct:
3600 FOR_EACH_VEC_ELT (rhsc, j, rhsp)
3601 process_constraint (new_constraint (*lhsp, *rhsp));
3607 FOR_EACH_VEC_ELT (rhsc, i, rhsp)
3608 process_constraint (new_constraint (tmp, *rhsp));
3620 struct constraint_expr *lhsp, *rhsp; local
3628 rhsp
4386 struct constraint_expr lhs, *rhsp; local
4578 struct constraint_expr *rhsp; local
4622 struct constraint_expr *rhsp; local
4635 struct constraint_expr *rhsp; local
4738 struct constraint_expr *rhsp; local
4753 struct constraint_expr *rhsp; local
4787 struct constraint_expr *rhsp; local
4917 struct constraint_expr lhsc, *rhsp; local
4946 struct constraint_expr lhs, *rhsp; local
4995 struct constraint_expr *rhsp, *lhsp; local
5078 struct constraint_expr *rhsp; local
5809 struct constraint_expr lhs, *rhsp; local
[all...]
H A Dtree-ssa-forwprop.c879 tree *rhsp = gimple_assign_rhs1_ptr (use_stmt); local
880 if (TREE_CODE (*rhsp) == ADDR_EXPR)
881 rhsp = &TREE_OPERAND (*rhsp, 0);
882 while (handled_component_p (*rhsp))
883 rhsp = &TREE_OPERAND (*rhsp, 0);
884 rhs = *rhsp;
946 *rhsp = new_rhs;
H A Dtree-ssa.c1548 tree rhs, *rhsp = gimple_assign_rhs1_ptr (stmt); local
1600 maybe_rewrite_mem_ref_base (rhsp, suitable_for_renaming);

Completed in 87 milliseconds