diff options
author | Frederik Harwath <frederik@codesourcery.com> | 2021-11-16 16:14:41 +0100 |
---|---|---|
committer | Kwok Cheung Yeung <kcy@codesourcery.com> | 2023-05-12 19:13:48 +0100 |
commit | 3a9a5bcde0498cba13c8a7c898a97a34470baded (patch) | |
tree | 791a8bddfe2ea960591d57935caefc63578bc347 /gcc/graphite.cc | |
parent | 2da100e6e3f6e2ec5786d6f3ea64499a2229e312 (diff) | |
download | gcc-3a9a5bcde0498cba13c8a7c898a97a34470baded.zip gcc-3a9a5bcde0498cba13c8a7c898a97a34470baded.tar.gz gcc-3a9a5bcde0498cba13c8a7c898a97a34470baded.tar.bz2 |
Move compute_alias_check_pairs to tree-data-ref.c
Move this function from tree-loop-distribution.c to tree-data-ref.c
and make it non-static to enable its use from other parts of GCC.
gcc/ChangeLog:
* tree-loop-distribution.cc (data_ref_segment_size): Remove function.
(latch_dominated_by_data_ref): Likewise.
(compute_alias_check_pairs): Likewise.
* tree-data-ref.cc (data_ref_segment_size): New function,
copied from tree-loop-distribution.c
(compute_alias_check_pairs): Likewise.
(latch_dominated_by_data_ref): Likewise.
* tree-data-ref.h (compute_alias_check_pairs): New declaration.
Diffstat (limited to 'gcc/graphite.cc')
0 files changed, 0 insertions, 0 deletions