Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_loop_analyze.h37 nir_instr *lst_instr = nir_block_last_instr(nir_cf_node_as_block(node)); in contains_other_jump() local
42 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()