Searched refs:nir_else_block (Results 1 – 2 of 2) sorted by relevance
1608 nir_block *nir_else_block = nir_if_first_else_block(if_stmt); in ntq_emit_if() local1610 (nir_else_block == nir_if_last_else_block(if_stmt) && in ntq_emit_if()1611 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_if()
1917 nir_block *nir_else_block = nir_if_first_else_block(if_stmt); in ntq_emit_if() local1919 (nir_else_block == nir_if_last_else_block(if_stmt) && in ntq_emit_if()1920 exec_list_is_empty(&nir_else_block->instr_list)); in ntq_emit_if()