Searched refs:has_sync (Results 1 – 4 of 4) sorted by relevance
445 int has_sync = 0; in has_sync_before_core() local451 has_sync = has_preceding_sync(node, kernel); in has_sync_before_core()452 if (has_sync < 0 || has_sync) in has_sync_before_core()456 has_sync = -1; in has_sync_before_core()459 return has_sync; in has_sync_before_core()470 int has_sync = 0; in has_sync_after_core() local476 has_sync = has_following_sync(node, kernel); in has_sync_after_core()477 if (has_sync < 0 || has_sync) in has_sync_after_core()481 has_sync = -1; in has_sync_after_core()484 return has_sync; in has_sync_after_core()[all …]
200 bool has_sync = false; in HasUniformMemorySync() local201 get_module()->ForEachInst([this, &has_sync](Instruction* inst) { in HasUniformMemorySync()206 has_sync = true; in HasUniformMemorySync()230 has_sync = true; in HasUniformMemorySync()238 has_sync = true; in HasUniformMemorySync()245 has_uniform_sync_ = has_sync; in HasUniformMemorySync()246 return has_sync; in HasUniformMemorySync()
200 bool has_sync = false; in HasUniformMemorySync() local201 get_module()->ForEachInst([this, &has_sync](Instruction* inst) { in HasUniformMemorySync()206 has_sync = true; in HasUniformMemorySync()232 has_sync = true; in HasUniformMemorySync()240 has_sync = true; in HasUniformMemorySync()247 has_uniform_sync_ = has_sync; in HasUniformMemorySync()248 return has_sync; in HasUniformMemorySync()