Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_if.c776 bool then_ends_in_continue = false; in opt_if_loop_last_continue() local
790 then_ends_in_continue = nir_block_ends_in_continue(then_block); in opt_if_loop_last_continue()
796 if ((then_ends_in_continue || nir_block_ends_in_break(then_block)) && in opt_if_loop_last_continue()
802 if (then_ends_in_continue || else_ends_in_continue || in opt_if_loop_last_continue()
811 if (!nif || (!then_ends_in_continue && !else_ends_in_continue)) in opt_if_loop_last_continue()
828 if (then_ends_in_continue) in opt_if_loop_last_continue()

Completed in 3 milliseconds