Lines Matching refs:access_fn
903 tree access_fn, in estimate_niter_from_size_of_data() argument
910 init = initial_condition (access_fn); in estimate_niter_from_size_of_data()
911 step = evolution_part_in_loop_num (access_fn, loop->num); in estimate_niter_from_size_of_data()
968 tree access_fn; in analyze_array_indexes() local
977 access_fn = instantiate_parameters in analyze_array_indexes()
982 estimate_niter_from_size_of_data (loop, opnd0, access_fn, stmt); in analyze_array_indexes()
985 VEC_safe_push (tree, heap, *access_fns, access_fn); in analyze_array_indexes()
1060 tree access_fn = analyze_scalar_evolution (loop, ptr_ref); in analyze_indirect_ref() local
1061 tree init = initial_condition_in_loop_num (access_fn, loop->num); in analyze_indirect_ref()
1069 if (access_fn == chrec_dont_know || !init || init == chrec_dont_know) in analyze_indirect_ref()
1083 print_generic_expr (dump_file, access_fn, TDF_SLIM); in analyze_indirect_ref()
1095 evolution = evolution_part_in_loop_num (access_fn, loop->num); in analyze_indirect_ref()
1113 return init_data_ref (stmt, ref, NULL_TREE, access_fn, is_read, base_address, in analyze_indirect_ref()
1125 tree access_fn, in init_data_ref() argument
1154 VEC_quick_push (tree, DR_ACCESS_FNS (res), access_fn); in init_data_ref()
1271 tree access_fn = analyze_scalar_evolution (loop, expr); in analyze_offset_expr() local
1273 if (access_fn == chrec_dont_know) in analyze_offset_expr()
1277 init = initial_condition_in_loop_num (access_fn, loop->num); in analyze_offset_expr()
1285 evolution = evolution_part_in_loop_num (access_fn, loop->num); in analyze_offset_expr()
2043 tree access_fn; in create_data_ref() local
2047 access_fn = DR_ACCESS_FN (dr, 0); in create_data_ref()
2048 if (automatically_generated_chrec_p (access_fn)) in create_data_ref()
2057 init_cond = chrec_convert (chrec_type (access_fn), init_cond, stmt); in create_data_ref()
2058 new_step = chrec_convert (chrec_type (access_fn), new_step, stmt); in create_data_ref()
2065 access_fn = chrec_replace_initial_condition (access_fn, init_cond); in create_data_ref()
2066 access_fn = reset_evolution_in_loop (loop->num, access_fn, new_step); in create_data_ref()
2068 VEC_replace (tree, DR_ACCESS_FNS (dr), 0, access_fn); in create_data_ref()