Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c84 struct list_head copy_free_list; member
94 if (!list_empty(&state->copy_free_list)) { in copy_entry_create()
95 struct list_head *item = state->copy_free_list.next; in copy_entry_create()
113 list_add(&entry->link, &state->copy_free_list); in copy_entry_remove()
789 list_inithead(&state.copy_free_list); in nir_opt_copy_prop_vars()