Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.c3164 int need_sync; in add_sync() local
3166 need_sync = any_global_or_shared_sync_writes(kernel); in add_sync()
3167 if (need_sync < 0) in add_sync()
3169 if (!need_sync) in add_sync()
3262 int need_sync; in add_group_write_sync() local
3264 need_sync = any_sync_writes_in_group(kernel, group); in add_group_write_sync()
3265 if (need_sync < 0) in add_group_write_sync()
3267 if (need_sync) { in add_group_write_sync()