Searched refs:phi_entry (Results 1 – 1 of 1) sorted by relevance
645 struct hash_entry *phi_entry = _mesa_hash_table_search(b->phi_table, w); in vtn_handle_phi_second_pass() local646 vtn_assert(phi_entry); in vtn_handle_phi_second_pass()647 nir_variable *phi_var = phi_entry->data; in vtn_handle_phi_second_pass()