Home
last modified time | relevance | path

Searched refs:phi_entry (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_cfg.c645 struct hash_entry *phi_entry = _mesa_hash_table_search(b->phi_table, w); in vtn_handle_phi_second_pass() local
646 vtn_assert(phi_entry); in vtn_handle_phi_second_pass()
647 nir_variable *phi_var = phi_entry->data; in vtn_handle_phi_second_pass()