H A D | nir_opt_copy_prop_vars.c | 87 struct copy_entry { struct 312 static struct copy_entry * 316 struct copy_entry new_entry = { in copy_entry_create() 319 util_dynarray_append(copies, struct copy_entry, new_entry); in copy_entry_create() 320 return util_dynarray_top_ptr(copies, struct copy_entry); in copy_entry_create() 330 struct copy_entry *entry) in copy_entry_remove() 332 const struct copy_entry *src = in copy_entry_remove() 333 util_dynarray_pop_ptr(copies, struct copy_entry); in copy_entry_remove() 347 static struct copy_entry * 354 struct copy_entry *entr in lookup_entry_for_deref() 355 util_dynarray_foreach(copies, struct copy_entry, iter) lookup_entry_for_deref() argument 381 util_dynarray_foreach_reverse(copies, struct copy_entry, iter) lookup_entry_and_kill_aliases() argument 408 util_dynarray_foreach(copies, struct copy_entry, iter) lookup_entry_and_kill_aliases() argument 454 util_dynarray_foreach_reverse(copies, struct copy_entry, iter) apply_barrier_for_modes() argument 755 util_dynarray_foreach_reverse(copies, struct copy_entry, entry) invalidate_copies_for_cf_node() argument [all...] |