Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.h176 isl_union_map *must_write; member
Dgpu.c5175 isl_union_map *may_write, *must_write, *copy_out, *not_written; in add_to_from_device() local
5199 must_write = isl_union_map_copy(prog->must_write); in add_to_from_device()
5200 must_write = isl_union_map_apply_domain(must_write, in add_to_from_device()
5204 not_written = isl_union_map_subtract(may_write, must_write); in add_to_from_device()
5781 must_kill = isl_union_map_copy(prog->must_write); in compute_may_persist()
5815 prog->must_write = isl_union_map_copy(scop->must_writes); in gpu_prog_alloc()
5842 isl_union_map_free(prog->must_write); in gpu_prog_free()
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp3067 PPCGProg->must_write = isl_union_map_copy(PPCGScop->must_writes); in createPPCGProg()