Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_if.c807 bool then_ends_in_continue = false; in opt_if_loop_last_continue() local
821 then_ends_in_continue = nir_block_ends_in_continue(then_block); in opt_if_loop_last_continue()
827 if ((then_ends_in_continue || nir_block_ends_in_break(then_block)) && in opt_if_loop_last_continue()
833 if (then_ends_in_continue || else_ends_in_continue || in opt_if_loop_last_continue()
842 if (!then_ends_in_continue && !else_ends_in_continue) in opt_if_loop_last_continue()
854 if (then_ends_in_continue) in opt_if_loop_last_continue()