Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.c3709 isl_union_map *kernel_prefix, *thread_prefix; in compute_sync_writes() local
3718 thread_prefix = isl_schedule_node_get_prefix_schedule_union_map(node); in compute_sync_writes()
3724 thread_prefix = isl_union_map_preimage_domain_union_pw_multi_aff( in compute_sync_writes()
3725 thread_prefix, isl_union_pw_multi_aff_copy(contraction)); in compute_sync_writes()
3745 equal = isl_union_map_apply_range(thread_prefix, in compute_sync_writes()
3746 isl_union_map_reverse(isl_union_map_copy(thread_prefix))); in compute_sync_writes()