Home | History | Annotate | Download | only in gcc

Lines Matching defs:may_writes

67    reads are returned in READS and writes in MUST_WRITES and MAY_WRITES.  */
72 isl_union_map *&may_writes)
122 may_writes = isl_union_map_union (may_writes, um);
126 print_isl_union_map (dump_file, may_writes);
268 isl_union_map *may_writes = isl_union_map_empty (space);
269 scop_get_reads_and_writes (scop, reads, must_writes, may_writes);
294 fprintf (dump_file, " may_writes: ");
295 print_isl_union_map (dump_file, may_writes);
304 ai = isl_union_access_info_set_may_source (ai, may_writes);