Searched refs:get_constraint_for (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-ssa-structalias.c | 411 static void get_constraint_for (tree, VEC(ce_s, heap) **); 2417 get_constraint_for (t, results); in get_constraint_for_component_ref() 2520 get_constraint_for (tree t, VEC (ce_s, heap) **results) in get_constraint_for() function 2564 get_constraint_for (exp, results); in get_constraint_for() 2674 get_constraint_for (TREE_OPERAND (t, 0), results); in get_constraint_for() 2708 get_constraint_for (op, results); in get_constraint_for() 2730 get_constraint_for (PHI_RESULT (t), results); in get_constraint_for() 2928 get_constraint_for (lhsop, &lhsc); in do_structure_copy() 2929 get_constraint_for (rhsop, &rhsc); in do_structure_copy() 3287 get_constraint_for (op0, &temp); in handle_ptr_arith() [all …]
|