Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.h421 isl_union_set *sync_writes; member
Dgpu.c1173 isl_union_set_free(kernel->sync_writes); in ppcg_kernel_free()
2680 empty = isl_union_set_is_empty(kernel->sync_writes); in any_sync_writes_in_group()
2687 disjoint = isl_union_set_is_disjoint(kernel->sync_writes, writes); in any_sync_writes_in_group()
2738 empty = isl_union_set_is_empty(kernel->sync_writes); in any_global_or_shared_sync_writes()
2745 disjoint = isl_union_set_is_disjoint(kernel->sync_writes, writes); in any_global_or_shared_sync_writes()
3880 kernel->sync_writes = compute_sync_writes(kernel, node); in gpu_create_kernel()