Searched refs:access_functions_are_affine_or_constant_p (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.cc | 5623 access_functions_are_affine_or_constant_p (const struct data_reference *a, in access_functions_are_affine_or_constant_p() function 5669 if (access_functions_are_affine_or_constant_p (dra, loop_nest) in compute_affine_dependence() 5670 && access_functions_are_affine_or_constant_p (drb, loop_nest)) in compute_affine_dependence()
|
H A D | ChangeLog-2007 | 11586 access_functions_are_affine_or_constant_p, find_vertex_for_stmt): 17070 subscript_dependence_tester, access_functions_are_affine_or_constant_p, 20293 (access_functions_are_affine_or_constant_p): Likewise. 26241 (access_functions_are_affine_or_constant_p): Use DR_ACCESS_FNS instead
|
H A D | ChangeLog-2005 | 10523 (access_functions_are_affine_or_constant_p): Call macro to get the 19340 init_data_ref, access_functions_are_affine_or_constant_p,
|
H A D | ChangeLog-2021 | 23367 (access_functions_are_affine_or_constant_p): Likewise.
|
H A D | ChangeLog-2019 | 22365 (access_functions_are_affine_or_constant_p): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.c | 5293 access_functions_are_affine_or_constant_p (const struct data_reference *a, in access_functions_are_affine_or_constant_p() function 5342 if (access_functions_are_affine_or_constant_p (dra, loop_nest) in compute_affine_dependence() 5343 && access_functions_are_affine_or_constant_p (drb, loop_nest)) in compute_affine_dependence()
|