Home
last modified time | relevance | path

Searched refs:dr_p (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-vectorizer.h171 typedef struct data_reference *dr_p; typedef
172 DEF_VEC_P(dr_p);
173 DEF_VEC_ALLOC_P(dr_p,heap);
224 VEC(dr_p,heap) *same_align_refs;
Dtree-vect-analyze.c635 VEC_safe_push (dr_p, heap, STMT_VINFO_SAME_ALIGN_REFS (stmtinfo_a), drb); in vect_analyze_data_ref_dependence()
636 VEC_safe_push (dr_p, heap, STMT_VINFO_SAME_ALIGN_REFS (stmtinfo_b), dra); in vect_analyze_data_ref_dependence()
842 VEC(dr_p,heap) *same_align_drs; in vect_update_misalignment_for_peel()
856 for (i = 0; VEC_iterate (dr_p, same_align_drs, i, current_dr); i++) in vect_update_misalignment_for_peel()
Dtree-vectorizer.c1373 STMT_VINFO_SAME_ALIGN_REFS (res) = VEC_alloc (dr_p, heap, 5); in new_stmt_vec_info()
1493 VEC_free (dr_p, heap, STMT_VINFO_SAME_ALIGN_REFS (stmt_info)); in destroy_loop_vec_info()
DChangeLog-200515232 * tree-vectorizer.h (dr_p): New type. Defined to use the VEC API.