Home
last modified time | relevance | path

Searched refs:refs_may_alias_p_1 (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c2346 refs_may_alias_p_1 (ao_ref *ref1, ao_ref *ref2, bool tbaa_p) in refs_may_alias_p_1() function
2361 return refs_may_alias_p_1 (&r1, ref2, tbaa_p); in refs_may_alias_p()
2370 return refs_may_alias_p_1 (&r1, &r2, tbaa_p); in refs_may_alias_p()
2382 return refs_may_alias_p_1 (&r1, &r2, false); in refs_anti_dependent_p()
2394 return refs_may_alias_p_1 (&r1, &r2, false); in refs_output_dependent_p()
2448 if (refs_may_alias_p_1 (&dref, ref, false)) in ref_maybe_used_by_call_p_1()
2469 return refs_may_alias_p_1 (&dref, ref, false); in ref_maybe_used_by_call_p_1()
2478 if (refs_may_alias_p_1 (&dref, ref, false)) in ref_maybe_used_by_call_p_1()
2497 return refs_may_alias_p_1 (&dref, ref, false); in ref_maybe_used_by_call_p_1()
2506 return refs_may_alias_p_1 (&dref, ref, false); in ref_maybe_used_by_call_p_1()
[all …]
H A Dtree-ssa-alias.h123 extern bool refs_may_alias_p_1 (ao_ref *, ao_ref *, bool);
H A Dalias.c365 return refs_may_alias_p_1 (&ref1, &ref2, in rtx_refs_may_alias_p()
H A Dtree-ssa-loop-im.c1676 if (!refs_may_alias_p_1 (&mem1->mem, &mem2->mem, true)) in mem_refs_may_alias_p()
H A Dtree-ssa-sccvn.c2528 && !refs_may_alias_p_1 (ref, &lhs_ref, data->tbaa_p)) in vn_reference_lookup_3()
2549 if (!refs_may_alias_p_1 (&data->orig_ref, lref, data->tbaa_p)) in vn_reference_lookup_3()
H A Dgimple-ssa-store-merging.c2190 || (store_lhs && refs_may_alias_p_1 (&store_lhs_ref, in terminate_all_aliasing_chains()
H A Dgimple-fold.c934 if (!refs_may_alias_p_1 (&destr, &srcr, false)) in gimple_fold_builtin_memory_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.h130 extern bool refs_may_alias_p_1 (ao_ref *, ao_ref *, bool);
H A Dtree-ssa-alias.cc2528 refs_may_alias_p_1 (ao_ref *ref1, ao_ref *ref2, bool tbaa_p) in refs_may_alias_p_1() function
2543 return refs_may_alias_p_1 (&r1, ref2, tbaa_p); in refs_may_alias_p()
2552 return refs_may_alias_p_1 (&r1, &r2, tbaa_p); in refs_may_alias_p()
2564 return refs_may_alias_p_1 (&r1, &r2, false); in refs_anti_dependent_p()
2576 return refs_may_alias_p_1 (&r1, &r2, false); in refs_output_dependent_p()
2671 if (refs_may_alias_p_1 (&ref2, ref, tbaa_p)) in modref_may_conflict()
2740 if (refs_may_alias_p_1 (&dref, ref, false)) in check_fnspec()
2929 if (refs_may_alias_p_1 (&r, ref, tbaa_p)) in ref_maybe_used_by_call_p_1()
3184 if (refs_may_alias_p_1 (ref, &r, tbaa_p)) in stmt_may_clobber_ref_p_1()
3197 return refs_may_alias_p_1 (ref, &r, tbaa_p); in stmt_may_clobber_ref_p_1()
H A Dalias.cc366 return refs_may_alias_p_1 (&ref1, &ref2, in rtx_refs_may_alias_p()
H A Dtree-ssa-loop-im.cc1831 if (!refs_may_alias_p_1 (&mem1->mem, &mem2->mem, tbaa_p)) in mem_refs_may_alias_p()
H A Dtree-ssa-sccvn.cc2624 && !refs_may_alias_p_1 (ref, &lhs_ref, data->tbaa_p)) in vn_reference_lookup_3()
2658 if (!refs_may_alias_p_1 (&data->orig_ref, lref, data->tbaa_p)) in vn_reference_lookup_3()
H A Dgimple-ssa-store-merging.cc2525 || (store_lhs && refs_may_alias_p_1 (&store_lhs_ref, in terminate_all_aliasing_chains()
H A DChangeLog-20091609 * tree-ssa-alias.c (refs_may_alias_p_1): Remove unused size1 and
4469 * tree-ssa-alias.c (refs_may_alias_p_1): Deal with CONST_DECLs
10644 * tree-ssa-alias.c (refs_may_alias_p_1): Bail out for function decls.
11199 (refs_may_alias_p_1): Constructor bases also never alias.
12131 (refs_may_alias_p_1): Constructor bases also never alias.
16332 * tree-ssa-alias.h (refs_may_alias_p_1): Declare.
16334 * tree-ssa-alias.c (refs_may_alias_p_1): Export.
21309 (refs_may_alias_p_1): Change signature.
21975 * tree-ssa-alias.c (refs_may_alias_p_1): Add argument specifying
27569 * tree-ssa-alias.c (refs_may_alias_p_1): Do not use TBAA
[all …]
H A Dgimple-fold.cc1147 if (!refs_may_alias_p_1 (&destr, &srcr, false)) in gimple_fold_builtin_memory_op()
H A DChangeLog-20103680 * tree-ssa-alias.c (refs_may_alias_p_1): Avoid calls to
9900 (refs_may_alias_p_1): Handle STRING_CSTs.
17418 (refs_may_alias_p_1): Do not bail out for TARGET_MEM_REFs.
23585 (refs_may_alias_p_1): Likewise. Remove pointer SSA name def
24516 * tree-ssa-alias.c (refs_may_alias_p_1): Allow SSA name refs.
24576 * tree-ssa-alias.c (refs_may_alias_p_1): Allow all kind of
29736 (refs_may_alias_p_1): Likewise.
38701 * tree-ssa-alias.c (refs_may_alias_p_1): Canonicalize
H A DChangeLog-20111695 (refs_may_alias_p_1): Two volatile accesses conflict.
28452 (refs_may_alias_p_1): Likewise.
35771 (refs_may_alias_p_1): For release branches return true if
H A DChangeLog-201510377 * tree-ssa-alias.c (refs_may_alias_p_1): Likewise.
27254 refs_may_alias_p_1): Likewise.
H A DChangeLog-201631902 (refs_may_alias_p_1): Pass alias sets as from ao_ref.
H A DChangeLog-201811786 * tree-ssa-alias.c (refs_may_alias_p_1): Honor
H A DChangeLog-201927965 (refs_may_alias_p_1): ... here; update stats.
H A DChangeLog-201333321 (refs_may_alias_p_1): Adjust call to decl_refs_may_alias_p.
H A DChangeLog-20171651 (refs_may_alias_p_1, stmt_kills_ref_p): Adjust for changes to
H A DChangeLog-20143635 * tree-ssa-alias.c (refs_may_alias_p_1): Use dependence info