Searched refs:blocks_present (Results 1 – 2 of 2) sorted by relevance
38 w->blocks_present = rzalloc_array(mem_ctx, BITSET_WORD, in nir_block_worklist_init()46 ralloc_free(w->blocks_present); in nir_block_worklist_fini()62 if (BITSET_TEST(w->blocks_present, block->index)) in nir_block_worklist_push_head()75 BITSET_SET(w->blocks_present, block->index); in nir_block_worklist_push_head()96 BITSET_CLEAR(w->blocks_present, w->blocks[head]->index); in nir_block_worklist_pop_head()104 if (BITSET_TEST(w->blocks_present, block->index)) in nir_block_worklist_push_tail()114 BITSET_SET(w->blocks_present, block->index); in nir_block_worklist_push_tail()136 BITSET_CLEAR(w->blocks_present, w->blocks[tail]->index); in nir_block_worklist_pop_tail()
58 BITSET_WORD *blocks_present; member