Lines Matching refs:then_instructions
469 * unconditional jumps at the end of ir->then_instructions and
472 block_records[0] = visit_block(&ir->then_instructions);
477 /* Determine which of ir->then_instructions and
481 exec_list& list = i ? ir->else_instructions : ir->then_instructions;
488 * postcondition by lowering jumps in both then_instructions and
493 * ir->then_instructions and ir->else_instructions.
692 exec_list* list = move_into ? &ir->else_instructions : &ir->then_instructions;
733 ir_after->insert_before(&ir_if->then_instructions);
751 move_outer_block_inside(ir, &if_execute->then_instructions);
837 return_if->then_instructions.push_tail(new(ir) ir_loop_jump(ir_loop_jump::jump_break));
850 return_if->then_instructions.push_tail(new(ir) ir_return(NULL));
854 return_if->then_instructions.push_tail(