| 356 | |
| 357 | template <class... Ts> |
| 358 | bool is_split_point(instruction_ref ins, Ts... xs) const |
| 359 | { |
| 360 | return different(get_streams_from(ins, get_outputs()), xs...); |
| 361 | } |
| 362 | |
| 363 | std::vector<instruction_ref> get_recorded_instructions(instruction_ref start) |
| 364 | { |