Searched refs:move_ir (Results 1 – 2 of 2) sorted by relevance
179 ir_instruction *move_ir = (ir_instruction *) ir_if->get_next(); in visit_leave() local181 move_ir->remove(); in visit_leave()183 ir_if->then_instructions.push_tail(move_ir); in visit_leave()185 ir_if->else_instructions.push_tail(move_ir); in visit_leave()
300 ir_instruction *move_ir = (ir_instruction *)ir->get_next(); in move_outer_block_inside() local302 move_ir->remove(); in move_outer_block_inside()303 inner_block->push_tail(move_ir); in move_outer_block_inside()