| 175 | } |
| 176 | |
| 177 | instruction_ref program::validate() const |
| 178 | { |
| 179 | const auto* mm = this->get_main_module(); |
| 180 | return mm->validate(); |
| 181 | } |
| 182 | |
| 183 | target_assignments program::get_target_assignments(const std::vector<target>& targets, |
| 184 | assignment_options options) |
no test coverage detected