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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c3591 process_all_all_constraints (vec<ce_s> lhsc,
3597 if (lhsc.length () <= 1 || rhsc.length () <= 1)
3599 FOR_EACH_VEC_ELT (lhsc, i, lhsp)
3609 FOR_EACH_VEC_ELT (lhsc, i, lhsp)
3621 auto_vec<ce_s> lhsc; local
3625 get_constraint_for (lhsop, &lhsc);
3627 lhsp = &lhsc[0];
3635 gcc_assert (lhsc.length () == 1);
3643 process_all_all_constraints (lhsc, rhsc);
3654 for (j = 0; lhsc
3971 struct constraint_expr lhsc, *c; local
3995 auto_vec<ce_s> lhsc; local
4177 auto_vec<ce_s, 2> lhsc; local
4337 NULL_TREE, &lhsc); local
4350 get_constraint_for (gimple_call_lhs (t), &lhsc); local
4374 get_constraint_for (gimple_call_lhs (t), &lhsc); local
4595 auto_vec<ce_s, 2> lhsc; local
4654 auto_vec<ce_s, 16> lhsc; local
4667 get_constraint_for (gimple_phi_result (t), &lhsc); local
4825 auto_vec<ce_s, 2> lhsc; local
4883 auto_vec<ce_s, 16> lhsc; local
4917 struct constraint_expr lhsc, *rhsp; local
5889 struct constraint_expr lhsc, rhsc; local
[all...]

Completed in 99 milliseconds