Lines Matching defs:block
107 nir_foreach_block(block, function->impl) {
108 nir_foreach_instr_safe(instr, block) {
129 /* Ensure all stores are in the same block */
134 nir_block *block = stores[i]->instr.block;
137 assert(common_block == block);
139 common_block = block;
152 nir_foreach_block(block, function->impl) {
153 nir_foreach_instr_safe(instr, block) {
174 b.cursor = nir_after_block_before_jump(instr->block);