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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c60 struct exec_list reusable_blocks; member in struct:block_queue
77 exec_list_make_empty(&bq->reusable_blocks);
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) {
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks);
123 exec_list_push_head(&bq->reusable_blocks, &bi->node);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c60 struct exec_list reusable_blocks; member in struct:block_queue
77 exec_list_make_empty(&bq->reusable_blocks);
90 while ((n = (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks)) != NULL) {
99 (struct block_instructions *) exec_list_pop_head(&bq->reusable_blocks);
125 exec_list_push_head(&bq->reusable_blocks, &bi->node);

Completed in 2 milliseconds