HomeSort by: relevance | last modified time | path
    Searched defs:may_writes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
graphite-dependences.cc 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); local
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);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-dependences.cc 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); local
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);
    [all...]

Completed in 13 milliseconds