Searched refs:DR_ACCESS_FN (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-data-ref.c | 629 print_generic_stmt (outf, DR_ACCESS_FN (dr, i), 0); in dump_data_reference() 778 print_generic_stmt (outf, DR_ACCESS_FN (dra, i), 0); in dump_data_dependence_relation() 780 print_generic_stmt (outf, DR_ACCESS_FN (drb, i), 0); in dump_data_dependence_relation() 2047 access_fn = DR_ACCESS_FN (dr, 0); in create_data_ref() 3568 access_fn_a = DR_ACCESS_FN (ddr_a, i); in build_classic_dist_vector_1() 3569 access_fn_b = DR_ACCESS_FN (ddr_b, i); in build_classic_dist_vector_1() 3641 if (!eq_evolutions_p (DR_ACCESS_FN (DDR_A (ddr), i), in same_access_functions() 3642 DR_ACCESS_FN (DDR_B (ddr), i))) in same_access_functions() 3690 tree access_fun = DR_ACCESS_FN (DDR_A (ddr), i); in add_other_self_distances() 3909 analyze_overlapping_iterations (DR_ACCESS_FN (dra, i), in subscript_dependence_tester_1() [all …]
|
| H A D | tree-loop-linear.c | 146 tree chrec = DR_ACCESS_FN (dr, it); in gather_interchange_stats()
|
| H A D | tree-data-ref.h | 121 #define DR_ACCESS_FN(DR, I) VEC_index (tree, DR_ACCESS_FNS (DR), I) macro
|
| H A D | ChangeLog-2005 | 19345 (DR_ACCESS_FN, DR_NUM_DIMENSIONS): Use VEC instead of VARRAY.
|