copyWith method
Creates a copy of this operation with the given writesTo and readsFrom
variables.
Implementation
@override
Operation copyWith({SSA? writesTo, Set<SSA>? readsFrom}) {
throw UnimplementedError('Cannot change target of parallel copy op');
}