Searched refs:get_constraint_for (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-structalias.c | 521 static void get_constraint_for (tree, vec<ce_s> *); 3664 get_constraint_for (tree t, vec<ce_s> *results) in get_constraint_for() function 3721 get_constraint_for (lhsop, &lhsc); in do_structure_copy() 4116 get_constraint_for (lhs, &lhsc); in handle_lhs_call() 4139 get_constraint_for (arg, &rhsc); in handle_lhs_call() 4418 get_constraint_for (res, &lhsc); in find_func_aliases_for_builtin_call() 4427 get_constraint_for (dest, &rhsc); in find_func_aliases_for_builtin_call() 4450 get_constraint_for (res, &lhsc); in find_func_aliases_for_builtin_call() 4451 get_constraint_for (dest, &rhsc); in find_func_aliases_for_builtin_call() 4484 get_constraint_for (ptr, &lhsc); in find_func_aliases_for_builtin_call() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-structalias.cc | 529 static void get_constraint_for (tree, vec<ce_s> *); 3671 get_constraint_for (tree t, vec<ce_s> *results) in get_constraint_for() function 3728 get_constraint_for (lhsop, &lhsc); in do_structure_copy() 4365 get_constraint_for (lhs, &lhsc); in handle_lhs_call() 4388 get_constraint_for (arg, &rhsc); in handle_lhs_call() 4530 get_constraint_for (res, &lhsc); in find_func_aliases_for_builtin_call() 4539 get_constraint_for (dest, &rhsc); in find_func_aliases_for_builtin_call() 4562 get_constraint_for (res, &lhsc); in find_func_aliases_for_builtin_call() 4563 get_constraint_for (dest, &rhsc); in find_func_aliases_for_builtin_call() 4596 get_constraint_for (ptr, &lhsc); in find_func_aliases_for_builtin_call() [all …]
|
H A D | ChangeLog-2006 | 3305 (get_constraint_for): Use INCLUDES. 3924 (get_constraint_for): Update. 7431 * tree-ssa-structalias.c (get_constraint_for, 7793 (get_constraint_for): Allow results vector to be empty in the case 12325 * tree-ssa-structalias.c (get_constraint_for, 18012 * tree-ssa-structalias.c (get_constraint_for): Move code to deal 18540 (get_constraint_for): Only add to referenced_vars if 22786 (get_constraint_for): For ADDR_EXPR operating on something 23359 * tree-ssa-structalias.c (get_constraint_for): Remove 23363 (get_constraint_for): Likewise.
|
H A D | ChangeLog-2005 | 1775 (get_constraint_for): Ditto. 3635 * tree-ssa-structalias.c (get_constraint_for): Handle ARRAY_RANGE_REF. 4544 (get_constraint_for): See if we have an old heapvar 4750 (get_constraint_for): Put heap vars on heapvars list. 6886 (get_constraint_for): Add argument here too. 6888 (do_structure_copy): Pass NULL to get_constraint_for. 12036 (get_constraint_for): Add HEAP variables to the symbol table.
|
H A D | ChangeLog-2008 | 15005 (get_constraint_for): ... this. Add the old function as wrapper. 19797 * tree-ssa-structalias.c (get_constraint_for): Likewise. 21853 * tree-ssa-structalias.c (get_constraint_for): Likewise. 22342 (get_constraint_for): Deal with STRING_CST here instead.
|
H A D | ChangeLog-2007 | 10776 (get_constraint_for): Handle non-pointer integers properly. 27069 (get_constraint_for): Likewise. 28858 * tree-ssa-structalias.c (get_constraint_for): Add case tcc_vl_exp.
|
H A D | ChangeLog-2010 | 14055 (get_constraint_for): Likewise.
|