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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c411 static void get_constraint_for (tree, VEC(ce_s, heap) **);
2417 get_constraint_for (t, results);
2520 get_constraint_for (tree t, VEC (ce_s, heap) **results) function
2564 get_constraint_for (exp, results);
2674 get_constraint_for (TREE_OPERAND (t, 0), results);
2708 get_constraint_for (op, results);
2730 get_constraint_for (PHI_RESULT (t), results);
2928 get_constraint_for (lhsop, &lhsc);
2929 get_constraint_for (rhsop, &rhsc);
3287 get_constraint_for (op
[all...]

Completed in 108 milliseconds