Quiet warnings in release builds where these look unused.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3866>
return dest->is_ssa;
}
-static inline bool
+ASSERTED static inline bool
instr_each_src_and_dest_is_ssa(const nir_instr *instr)
{
if (!nir_foreach_dest((nir_instr *)instr, dest_is_ssa, NULL) ||
ENTRY(2147483648ul, 2362232233ul, 2362232231ul )
};
-static inline bool
+ASSERTED static inline bool
key_pointer_is_reserved(const struct hash_table *ht, const void *key)
{
return key == NULL || key == ht->deleted_key;
ENTRY(2147483648ul, 2362232233ul, 2362232231ul )
};
-static inline bool
+ASSERTED static inline bool
key_pointer_is_reserved(const void *key)
{
return key == NULL || key == deleted_key;