##parallel-copy
Basic block instructions

Prev:##copy
Next:##peek


Vocabulary
compiler.cfg.instructions

Class description
An instruction for performing multiple copies. It allows for optimizations or (or prunings) if more than one source or destination vreg is the same. They are transformed into ##copy instructions in destruct-ssa. It has the following slots:
valuesAn assoc mapping source vregs to destinations.


Definition


Methods