Searched refs:next_blk (Results 1 – 4 of 4) sorted by relevance
98 i = cache->next_blk; in squashfs_cache_get()105 cache->next_blk = (i + 1) % cache->entries; in squashfs_cache_get()250 cache->next_blk = 0; in squashfs_cache_init()
31 int next_blk; member
44 int next_blk; member
1255 nir_block *next_blk = nir_cf_node_cf_tree_next(&nif->cf_node); in opt_if_merge() local1256 if (!next_blk || !nif->condition.is_ssa) in opt_if_merge()1259 nir_if *next_if = nir_block_get_following_if(next_blk); in opt_if_merge()1282 exec_list_is_empty(&next_blk->instr_list)) { in opt_if_merge()1319 exec_list_push_tail(&next_blk->instr_list, &instr->node); in opt_if_merge()1320 instr->block = next_blk; in opt_if_merge()