Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.c5175 isl_union_map *may_write, *must_write, *copy_out, *not_written; in add_to_from_device() local
5204 not_written = isl_union_map_subtract(may_write, must_write); in add_to_from_device()
5224 copy_in = isl_union_map_union(read, not_written); in add_to_from_device()