Searched refs:lst_instr (Results 1 – 1 of 1) sorted by relevance
37 nir_instr *lst_instr = nir_block_last_instr(nir_cf_node_as_block(node)); in contains_other_jump() local42 assert(instr->type != nir_instr_type_jump || instr == lst_instr); in contains_other_jump()44 if (lst_instr && lst_instr->type == nir_instr_type_jump && in contains_other_jump()45 lst_instr != expected_jump) in contains_other_jump()