Lines Matching defs:then_instructions
1221 stmt->then_instructions.append_list(&rhs_instructions);
1225 stmt->then_instructions.push_tail(then_assign);
1260 stmt->then_instructions.push_tail(then_assign);
1394 exec_list then_instructions;
1397 op[1] = this->subexpressions[1]->hir(&then_instructions, state);
1437 if (then_instructions.is_empty()
1449 then_instructions.move_nodes_to(& stmt->then_instructions);
1454 stmt->then_instructions.push_tail(then_assign);
3509 then_statement->hir(& stmt->then_instructions, state);
3673 stmt->hir(& test_fallthru->then_instructions, state);
3805 if_stmt->then_instructions.push_tail(break_stmt);