Searched refs:get_constraint_for_1 (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-ssa-structalias.c | 478 static void get_constraint_for_1 (tree, VEC(ce_s, heap) **, bool, bool); 3066 get_constraint_for_1 (t, results, true, lhs_p); in get_constraint_for_component_ref() 3204 get_constraint_for_1 (t, results, true, true); in get_constraint_for_address_of() 3218 get_constraint_for_1 (tree t, VEC (ce_s, heap) **results, bool address_p, in get_constraint_for_1() function 3335 get_constraint_for_1 (TREE_OPERAND (t, 0), results, address_p, in get_constraint_for_1() 3361 get_constraint_for_1 (val, &tmp, address_p, lhs_p); in get_constraint_for_1() 3407 get_constraint_for_1 (t, results, false, true); in get_constraint_for() 3418 get_constraint_for_1 (t, results, false, false); in get_constraint_for_rhs()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-ssa-structalias.c | 513 static void get_constraint_for_1 (tree, vec<ce_s> *, bool, bool); 3237 get_constraint_for_1 (t, results, true, lhs_p); in get_constraint_for_component_ref() 3382 get_constraint_for_1 (t, results, true, true); in get_constraint_for_address_of() 3396 get_constraint_for_1 (tree t, vec<ce_s> *results, bool address_p, in get_constraint_for_1() function 3517 get_constraint_for_1 (TREE_OPERAND (t, 0), results, address_p, in get_constraint_for_1() 3543 get_constraint_for_1 (val, &tmp, address_p, lhs_p); in get_constraint_for_1() 3588 get_constraint_for_1 (t, results, false, true); in get_constraint_for() 3599 get_constraint_for_1 (t, results, false, false); in get_constraint_for_rhs()
|