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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_if.c777 bool then_ends_in_continue = false; local in function:opt_if_loop_last_continue
791 then_ends_in_continue = nir_block_ends_in_continue(then_block);
797 if ((then_ends_in_continue || nir_block_ends_in_break(then_block)) &&
803 if (then_ends_in_continue || else_ends_in_continue ||
812 if (!nif || (!then_ends_in_continue && !else_ends_in_continue))
824 if (then_ends_in_continue)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_if.c842 bool then_ends_in_continue = false; local in function:opt_if_loop_last_continue
856 then_ends_in_continue = nir_block_ends_in_continue(then_block);
862 if ((then_ends_in_continue || nir_block_ends_in_break(then_block)) &&
868 if (then_ends_in_continue || else_ends_in_continue ||
877 if (!then_ends_in_continue && !else_ends_in_continue)
889 if (then_ends_in_continue)

Completed in 5 milliseconds