Searched refs:tag_a (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-data-ref.c172 tree tag_a = NULL_TREE, tag_b = NULL_TREE; local
178 tag_a = pi_a->name_mem_tag;
183 tag_a = get_var_ann (SSA_NAME_VAR (ptr_a))->symbol_mem_tag;
184 if (!tag_a)
185 tag_a = DR_MEMTAG (dra);
186 if (!tag_a)
196 if (tag_a == tag_b)
199 *aliased = may_aliases_intersect (tag_a, tag_b);

Completed in 97 milliseconds