Home
last modified time | relevance | path

Searched refs:DR_PTR_INFO (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-data-ref.h131 #define DR_PTR_INFO(DR) (DR)->ptr_info macro
HDtree-data-ref.c145 struct ptr_info_def *pi = DR_PTR_INFO (ptr_dr); in ptr_decl_may_alias_p()
173 struct ptr_info_def *pi_a = DR_PTR_INFO (dra); in ptr_ptr_may_alias_p()
174 struct ptr_info_def *pi_b = DR_PTR_INFO (drb); in ptr_ptr_may_alias_p()
1041 DR_PTR_INFO (res) = NULL; in analyze_array()
1162 DR_PTR_INFO (res) = ptr_info; in init_data_ref()
1990 DR_PTR_INFO (dr) = ptr_info; in create_data_ref()
2073 struct ptr_info_def *pi = DR_PTR_INFO (dr); in create_data_ref()
4212 DR_PTR_INFO (res) = NULL; in find_data_references_in_loop()
HDtree-vect-transform.c337 if (DR_PTR_INFO (dr)) in vect_create_data_ref_ptr()
338 duplicate_ssa_name_ptr_info (vect_ptr_init, DR_PTR_INFO (dr)); in vect_create_data_ref_ptr()
358 if (DR_PTR_INFO (dr)) in vect_create_data_ref_ptr()
360 duplicate_ssa_name_ptr_info (indx_before_incr, DR_PTR_INFO (dr)); in vect_create_data_ref_ptr()
361 duplicate_ssa_name_ptr_info (indx_after_incr, DR_PTR_INFO (dr)); in vect_create_data_ref_ptr()