Home
last modified time | relevance | path

Searched refs:move_ir (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp296 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next(); in splice_post_if_instructions() local
298 move_ir->remove(); in splice_post_if_instructions()
299 splice_dest->push_tail(move_ir); in splice_post_if_instructions()
Dlower_jumps.cpp307 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); in move_outer_block_inside() local
309 move_ir->remove(); in move_outer_block_inside()
310 inner_block->push_tail(move_ir); in move_outer_block_inside()