Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_unswitch_pass.cpp395 bool has_live_pred = false; in PerformUnswitch() local
398 has_live_pred = true; in PerformUnswitch()
402 if (!has_live_pred) unreachable_merges.insert(if_merge_block->id()); in PerformUnswitch()
673 bool has_live_pred = false; in SimplifyLoop() local
676 has_live_pred = true; in SimplifyLoop()
680 if (!has_live_pred) { in SimplifyLoop()