Home
last modified time | relevance | path

Searched refs:get_constraint_for_1 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c520 static void get_constraint_for_1 (tree, vec<ce_s> *, bool, bool);
3312 get_constraint_for_1 (TREE_OPERAND (t, 0), results, false, lhs_p); in get_constraint_for_component_ref()
3316 get_constraint_for_1 (t, results, true, lhs_p); in get_constraint_for_component_ref()
3462 get_constraint_for_1 (t, results, true, true); in get_constraint_for_address_of()
3476 get_constraint_for_1 (tree t, vec<ce_s> *results, bool address_p, in get_constraint_for_1() function
3597 get_constraint_for_1 (TREE_OPERAND (t, 0), results, address_p, in get_constraint_for_1()
3623 get_constraint_for_1 (val, &tmp, address_p, lhs_p); in get_constraint_for_1()
3668 get_constraint_for_1 (t, results, false, true); in get_constraint_for()
3679 get_constraint_for_1 (t, results, false, false); in get_constraint_for_rhs()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc528 static void get_constraint_for_1 (tree, vec<ce_s> *, bool, bool);
3319 get_constraint_for_1 (TREE_OPERAND (t, 0), results, false, lhs_p); in get_constraint_for_component_ref()
3323 get_constraint_for_1 (t, results, true, lhs_p); in get_constraint_for_component_ref()
3469 get_constraint_for_1 (t, results, true, true); in get_constraint_for_address_of()
3483 get_constraint_for_1 (tree t, vec<ce_s> *results, bool address_p, in get_constraint_for_1() function
3604 get_constraint_for_1 (TREE_OPERAND (t, 0), results, address_p, in get_constraint_for_1()
3630 get_constraint_for_1 (val, &tmp, address_p, lhs_p); in get_constraint_for_1()
3675 get_constraint_for_1 (t, results, false, true); in get_constraint_for()
3686 get_constraint_for_1 (t, results, false, false); in get_constraint_for_rhs()
H A DChangeLog-20107130 * tree-ssa-structalias.c (get_constraint_for_1): Avoid referencing
10322 * tree-ssa-structalias.c (get_constraint_for_1): Constants
14054 (get_constraint_for_1): Likewise.
19264 (get_constraint_for_1): Handle MEM_REF offset properly.
23812 * tree-ssa-structalias.c (get_constraint_for_1): Handle MEM_REF.
32770 * tree-ssa-structalias.c (get_constraint_for_1): Fix
32930 * tree-ssa-structalias.c (get_constraint_for_1): Generate
32994 * tree-ssa-structalias.c (get_constraint_for_1): Properly
H A DChangeLog-200812442 * tree-ssa-structalias.c (get_constraint_for_1): Remove tcc_unary case.
14490 (get_constraint_for_1): Factor common code, handle POINTER_PLUS_EXPR.
14992 * tree-ssa-structalias.c (get_constraint_for_1): Declare.
15004 (get_constraint_for_1): Rename from ...
15006 (do_structure_copy): Use get_constraint_for_1.
H A DChangeLog-201114292 (get_constraint_for_1): Pass the offset of a MEM_REF unchanged
14340 * tree-ssa-structalias.c (get_constraint_for_1): Likewise.
18438 * tree-ssa-structalias.c (get_constraint_for_1): Properly
H A DChangeLog-20135938 (get_constraint_for_1, push_fields_onto_fieldstack): Likewise.
36267 get_constraint_for_component_ref, get_constraint_for_1,
H A DChangeLog-200919395 (get_constraint_for_1): ... here.
H A DChangeLog-201235204 (get_constraint_for_1): Only consider subfields if there can be any.
H A DChangeLog-201539841 * tree-ssa-structalias.c (get_constraint_for_1): Handle
H A DChangeLog-201428975 (get_constraint_for_1): Adjust.