Home
last modified time | relevance | path

Searched defs:first_else_block (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_control_flow.c139 nir_block *first_else_block = nir_if_first_else_block(if_stmt); in link_block_to_non_block() local
300 nir_block *first_else_block = nir_if_first_else_block(next_if); in block_add_normal_succs() local
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs498 pub fn first_else_block(&self) -> &nir_block { in first_else_block() method