Searched refs:nir_if_last_then_block (Results 1 – 11 of 11) sorted by relevance
46 nir_if_last_then_block(prev_if), loop); in lower_trivial_continues_block()
53 if (nir_if_last_then_block(if_stmt) != then_block) in nir_opt_conditional_discard_block()
165 if (nir_if_last_then_block(if_stmt) != then_block || in nir_opt_peephole_select_block()
90 nir_block *last_block = condition ? nir_if_last_then_block(if_stmt) in opt_constant_if()
245 return nir_after_block(nir_if_last_then_block(if_stmt)); in get_complex_unroll_insert_location()
117 nir_block *last_then_block = nir_if_last_then_block(if_stmt); in link_non_block_to_block()
316 nir_block *last_then = nir_if_last_then_block(nif); in find_loop_terminators()
139 src->pred = nir_if_last_then_block(nif); in nir_if_phi()
1698 if (block == nir_if_last_then_block(if_stmt)) in nir_block_cf_tree_next()1735 return nir_if_last_then_block(if_stmt); in nir_block_cf_tree_prev()
1764 nir_if_last_then_block(nir_if *if_stmt) in nir_if_last_then_block() function
231 if (nir_if_last_then_block(if_stmt) != then_block || in lower_if_else_block()