Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c60 struct exec_list reusable_blocks; member
77 exec_list_make_empty(&bq->reusable_blocks); in block_queue_init()
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) { in block_queue_finish()
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks); in push_block()
123 exec_list_push_head(&bq->reusable_blocks, &bi->node); in pop_block()