Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu_group.c476 isl_union_map *copy_sched; member
823 isl_ctx *ctx = isl_union_map_get_ctx(data->copy_sched); in populate_array_references()
835 isl_union_map_copy(data->copy_sched)); in populate_array_references()
1652 data.copy_sched = isl_union_map_copy(data.shared_sched); in gpu_group_references()
1654 data.copy_sched = prefix_with_equalities(node); in gpu_group_references()
1655 data.thread_sched = isl_union_map_copy(data.copy_sched); in gpu_group_references()
1664 isl_union_map_free(data.copy_sched); in gpu_group_references()
1665 data.copy_sched = isl_union_map_copy(data.shared_sched); in gpu_group_references()
1667 data.copy_sched = expand(data.copy_sched, contraction); in gpu_group_references()
1688 isl_union_map_free(data.copy_sched); in gpu_group_references()