Lines Matching defs:rhsc

2923   VEC (ce_s, heap) *lhsc = NULL, *rhsc = NULL;
2929 get_constraint_for (rhsop, &rhsc);
2931 gcc_assert (VEC_length (ce_s, rhsc) == 1);
2933 rhs = *(VEC_last (ce_s, rhsc));
2936 VEC_free (ce_s, heap, rhsc);
3337 VEC(ce_s, heap) *rhsc = NULL;
3365 get_constraint_for (PHI_ARG_DEF (t, i), &rhsc);
3370 while (VEC_length (ce_s, rhsc) > 0)
3372 c2 = VEC_last (ce_s, rhsc);
3374 VEC_pop (ce_s, rhsc);
3434 get_constraint_for (arg, &rhsc);
3447 while (VEC_length (ce_s, rhsc) != 0)
3449 rhsp = VEC_last (ce_s, rhsc);
3451 VEC_pop (ce_s, rhsc);
3516 get_constraint_for (rhsop, &rhsc);
3522 for (k = 0; VEC_iterate (ce_s, rhsc, k, c2); k++)
3550 gcc_assert (VEC_length (ce_s, rhsc) == 0);
3551 get_constraint_for (op, &rhsc);
3555 while (VEC_length (ce_s, rhsc) > 0)
3557 c2 = VEC_last (ce_s, rhsc);
3559 VEC_pop (ce_s, rhsc);
3573 VEC_free (ce_s, heap, rhsc);
4022 VEC(ce_s, heap) *rhsc = NULL;
4023 get_constraint_for (t, &rhsc);
4024 for (i = 0; VEC_iterate (ce_s, rhsc, i, c); i++)
4034 VEC_free (ce_s, heap, rhsc);
4788 VEC(ce_s, heap) *rhsc = NULL;
4806 get_constraint_for (rhs, &rhsc);
4807 for (i = 0; VEC_iterate (ce_s, rhsc, i, c); i++)
4809 VEC_free (ce_s, heap, rhsc);
4819 rhsc = NULL;
4820 get_constraint_for (TREE_VALUE (arg), &rhsc);
4821 for (i = 0; VEC_iterate (ce_s, rhsc, i, c); i++)
4823 VEC_free (ce_s, heap, rhsc);
4840 rhsc = NULL;
4841 get_constraint_for (TREE_VALUE (arg), &rhsc);
4842 for (i = 0; VEC_iterate (ce_s, rhsc, i, c); i++)
4844 VEC_free (ce_s, heap, rhsc);
4866 get_constraint_for (TREE_OPERAND (rhs, 0), &rhsc);
4872 get_constraint_for (rhs, &rhsc);
4874 for (i = 0; VEC_iterate (ce_s, rhsc, i, c); i++)
4876 VEC_free (ce_s, heap, rhsc);