Lines Matching full:then_instructions
382 (ir_instruction *) ir_if->then_instructions.get_tail());
525 * unconditional jumps at the end of ir->then_instructions and
528 block_records[0] = visit_block(&ir->then_instructions);
533 /* Determine which of ir->then_instructions and
537 exec_list& list = i ? ir->else_instructions : ir->then_instructions;
544 * postcondition by lowering jumps in both then_instructions and
549 * ir->then_instructions and ir->else_instructions.
760 exec_list* list = move_into ? &ir->else_instructions : &ir->then_instructions;
801 ir_after->insert_before(&ir_if->then_instructions);
819 move_outer_block_inside(ir, &if_execute->then_instructions);
902 break_if->then_instructions.push_tail(new(ir) ir_loop_jump(ir_loop_jump::jump_break));
927 return_if->then_instructions.push_tail(new(ir) ir_loop_jump(ir_loop_jump::jump_break));