/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-alias.c | 2346 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 D | tree-ssa-alias.h | 123 extern bool refs_may_alias_p_1 (ao_ref *, ao_ref *, bool);
|
H A D | alias.c | 365 return refs_may_alias_p_1 (&ref1, &ref2, in rtx_refs_may_alias_p()
|
H A D | tree-ssa-loop-im.c | 1676 if (!refs_may_alias_p_1 (&mem1->mem, &mem2->mem, true)) in mem_refs_may_alias_p()
|
H A D | tree-ssa-sccvn.c | 2528 && !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 D | gimple-ssa-store-merging.c | 2190 || (store_lhs && refs_may_alias_p_1 (&store_lhs_ref, in terminate_all_aliasing_chains()
|
H A D | gimple-fold.c | 934 if (!refs_may_alias_p_1 (&destr, &srcr, false)) in gimple_fold_builtin_memory_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-alias.h | 130 extern bool refs_may_alias_p_1 (ao_ref *, ao_ref *, bool);
|
H A D | tree-ssa-alias.cc | 2528 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 D | alias.cc | 366 return refs_may_alias_p_1 (&ref1, &ref2, in rtx_refs_may_alias_p()
|
H A D | tree-ssa-loop-im.cc | 1831 if (!refs_may_alias_p_1 (&mem1->mem, &mem2->mem, tbaa_p)) in mem_refs_may_alias_p()
|
H A D | tree-ssa-sccvn.cc | 2624 && !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 D | gimple-ssa-store-merging.cc | 2525 || (store_lhs && refs_may_alias_p_1 (&store_lhs_ref, in terminate_all_aliasing_chains()
|
H A D | ChangeLog-2009 | 1609 * 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 D | gimple-fold.cc | 1147 if (!refs_may_alias_p_1 (&destr, &srcr, false)) in gimple_fold_builtin_memory_op()
|
H A D | ChangeLog-2010 | 3680 * 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 D | ChangeLog-2011 | 1695 (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 D | ChangeLog-2015 | 10377 * tree-ssa-alias.c (refs_may_alias_p_1): Likewise. 27254 refs_may_alias_p_1): Likewise.
|
H A D | ChangeLog-2016 | 31902 (refs_may_alias_p_1): Pass alias sets as from ao_ref.
|
H A D | ChangeLog-2018 | 11786 * tree-ssa-alias.c (refs_may_alias_p_1): Honor
|
H A D | ChangeLog-2019 | 27965 (refs_may_alias_p_1): ... here; update stats.
|
H A D | ChangeLog-2013 | 33321 (refs_may_alias_p_1): Adjust call to decl_refs_may_alias_p.
|
H A D | ChangeLog-2017 | 1651 (refs_may_alias_p_1, stmt_kills_ref_p): Adjust for changes to
|
H A D | ChangeLog-2014 | 3635 * tree-ssa-alias.c (refs_may_alias_p_1): Use dependence info
|