Searched refs:nir_if_last_then_block (Results 1 – 17 of 17) sorted by relevance
122 nir_block *then_block = nir_if_last_then_block(nif); in TEST_F()141 ASSERT_TRUE(nir_block_ends_in_jump(nir_if_last_then_block(nif))); in TEST_F()
818 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_loop_last_continue()937 nir_block *then_block = nir_if_last_then_block(nif); in opt_if_simplification()991 nir_block *last_then = nir_if_last_then_block(nif); in opt_if_loop_terminator()1238 nir_block *dest_blk = dest_if_then ? nir_if_last_then_block(dest_if) in simple_merge_if()1287 if (nir_block_ends_in_jump(nir_if_last_then_block(nif)) || in opt_if_merge()1294 nir_block *new_then_block = nir_if_last_then_block(nif); in opt_if_merge()1297 nir_block *old_then_block = nir_if_last_then_block(next_if); in opt_if_merge()
46 nir_if_last_then_block(prev_if), loop); in lower_trivial_continues_block()
56 if (nir_if_last_then_block(if_stmt) != then_block) in nir_opt_conditional_discard_block()
230 return nir_after_block(nir_if_last_then_block(if_stmt)); in get_complex_unroll_insert_location()559 nir_after_block(nir_if_last_then_block(terminator->nif)) : in wrapper_unroll()740 nir_instr_insert_after_block(nir_if_last_then_block(nif), &brk->instr); in partial_unroll()
213 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()
138 nir_block *last_then = nir_if_last_then_block(nir_cf_node_as_if(cf)); in is_atomic_already_optimized()
110 nir_block *last_then_block = nir_if_last_then_block(if_stmt); in link_non_block_to_block()
424 nir_block *last_then = nir_if_last_then_block(nif); in find_loop_terminators()
1738 if (block == nir_if_last_then_block(if_stmt)) in nir_block_cf_tree_next()1777 return nir_if_last_then_block(if_stmt); in nir_block_cf_tree_prev()
199 src->pred = nir_if_last_then_block(nif); in nir_if_phi()
3128 nir_if_last_then_block(nir_if *if_stmt) in nir_if_last_then_block() function
685 nir_block *last_then_block = nir_if_last_then_block(if_stmt); in ppir_emit_if()
642 if (!nir_block_ends_in_jump(nir_if_last_then_block(nif)) && in emit_if()
73 nir_block *then_block = nir_if_last_then_block(nif); in sanitize_if()
1434 nir_block *lastThen = nir_if_last_then_block(nif); in visit()