Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir.c2059 struct list_head old_uses, old_if_uses; in nir_function_impl_lower_instructions() local
2062 list_replace(&old_def->if_uses, &old_if_uses); in nir_function_impl_lower_instructions()
2076 list_for_each_entry_safe(nir_src, use_src, &old_if_uses, use_link) in nir_function_impl_lower_instructions()
2089 list_replace(&old_if_uses, &old_def->if_uses); in nir_function_impl_lower_instructions()