tree-ssa-structalias.h (PTR_IS_REF_ALL): New macro.
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 25 May 2006 14:11:36 +0000 (14:11 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 25 May 2006 14:11:36 +0000 (14:11 +0000)
commit05a58ad48d4bad7dff39cc2c2b5263bbb89cab38
treecd992f56010b4612bd7ca96d7b77a5d5b92fcc04
parente803fecc5200c7d08c5079142c44d1b77b7bdcf1
tree-ssa-structalias.h (PTR_IS_REF_ALL): New macro.

* tree-ssa-structalias.h (PTR_IS_REF_ALL): New macro.
(struct alias_info): Add new field ref_all_symbol_mem_tag.
* tree-ssa-alias.c (compute_may_aliases): If the program contains
ref-all pointers, run a finalization pass for them.
(compute_flow_insensitive_aliasing): Skip ref-all pointers.
(finalize_ref_all_pointers): New function.
(is_escape_site): Return ESCAPE_BAD_CAST for conversion from a
regular pointer type to a ref-all pointer type.
(get_tmt_for): Return the special memory tag for ref-all pointers.

From-SVN: r114116
gcc/ChangeLog
gcc/tree-ssa-alias.c
gcc/tree-ssa-structalias.h