Lines Matching refs:function
67 nir_foreach_function(function, shader) {
68 if (function->impl)
69 nir_metadata_preserve(function->impl, nir_metadata_all);
83 nir_foreach_function(function, shader) {
84 if (function->impl) {
85 function->impl->valid_metadata |= nir_metadata_not_properly_reset;
94 * the earlier function was properly thrown away. Note that passes may not call
100 nir_foreach_function(function, shader) {
101 if (function->impl) {
102 assert(!(function->impl->valid_metadata &