Home | History | Annotate | Download | only in gcc

Lines Matching refs:pdr

55 /* Constrain pdr->accesses with pdr->subscript_sizes and pbb->domain.  */
58 add_pdr_constraints (poly_dr_p pdr, poly_bb_p pbb)
60 isl_map *x = isl_map_intersect_range (isl_map_copy (pdr->accesses),
61 isl_set_copy (pdr->subscript_sizes));
76 poly_dr_p pdr;
80 FOR_EACH_VEC_ELT (PBB_DRS (pbb), j, pdr) {
81 if (pdr_read_p (pdr))
86 print_pdr (dump_file, pdr);
89 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));
97 else if (pdr_write_p (pdr))
102 print_pdr (dump_file, pdr);
105 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));
113 else if (pdr_may_write_p (pdr))
118 print_pdr (dump_file, pdr);
121 = isl_union_map_from_map (add_pdr_constraints (pdr, pbb));