| 490 | } |
| 491 | |
| 492 | std::vector<instruction_ref> |
| 493 | module::add_instructions(const std::vector<instruction_ref>& instructions, |
| 494 | std::unordered_map<instruction_ref, instruction_ref>* map_ins, |
| 495 | module::inserter insert) |
| 496 | { |
| 497 | return this->insert_instructions(this->insert_end(), instructions, map_ins, std::move(insert)); |
| 498 | } |
| 499 | |
| 500 | std::vector<instruction_ref> |
| 501 | module::add_instructions(const_module_ref m, |