Searched refs:nir_foreach_function_safe (Results 1 – 4 of 4) sorted by relevance
151 - nir_foreach_function_safe
3480 nir_foreach_function_safe(func, nir) { in nir_remove_non_entrypoints()3490 nir_foreach_function_safe(func, nir) { in nir_remove_non_exported()
4437 #define nir_foreach_function_safe(func, shader) \ macro
5506 - nir: Add nir_foreach_function_safe and use it