Lines Matching defs:block
381 nir_foreach_block(block, impl) {
382 nir_foreach_instr_safe(instr, block) {
418 nir_foreach_block(block, function->impl) {
419 nir_foreach_instr(instr, block) {
727 nir_block *block;
735 if (deref->instr.block == state->block)
817 /** Re-materialize derefs in every block
819 * This pass re-materializes deref instructions in every block in which it is
821 * deref in the same block as the use. Also, all unused derefs will be
832 nir_foreach_block_unstructured(block, impl) {
833 state.block = block;
835 /* Start each block with a fresh cache */
839 nir_foreach_instr_safe(instr, block) {
855 nir_if *following_if = nir_block_get_following_if(block);
1419 nir_foreach_block(block, impl) {
1420 nir_foreach_instr_safe(instr, block) {