Lines Matching defs:block
4796 for (Block& block : program->blocks) {
4797 ctx.fp_mode = block.fp_mode;
4798 for (aco_ptr<Instruction>& instr : block.instructions)
4805 for (Block& block : program->blocks) {
4806 ctx.fp_mode = block.fp_mode;
4807 for (aco_ptr<Instruction>& instr : block.instructions)
4814 Block* block = &(*block_rit);
4815 ctx.fp_mode = block->fp_mode;
4816 for (auto instr_rit = block->instructions.rbegin(); instr_rit != block->instructions.rend();
4822 for (Block& block : program->blocks) {
4824 ctx.fp_mode = block.fp_mode;
4825 for (aco_ptr<Instruction>& instr : block.instructions)
4827 block.instructions.swap(ctx.instructions);