Searched defs:first_then_block (Results 1 – 2 of 2) sorted by relevance
138 nir_block *first_then_block = nir_if_first_then_block(if_stmt); in link_block_to_non_block() local299 nir_block *first_then_block = nir_if_first_then_block(next_if); in block_add_normal_succs() local
473 pub fn first_then_block(&self) -> &nir_block { in first_then_block() method