Searched defs:first_else_block (Results 1 – 2 of 2) sorted by relevance
139 nir_block *first_else_block = nir_if_first_else_block(if_stmt); in link_block_to_non_block() local300 nir_block *first_else_block = nir_if_first_else_block(next_if); in block_add_normal_succs() local
498 pub fn first_else_block(&self) -> &nir_block { in first_else_block() method