| 1 | //! This implements the VCode container: a CFG of Insts that have been lowered. |
| 2 | //! |
| 3 | //! VCode is virtual-register code. An instruction in VCode is almost a machine |
| 4 | //! instruction; however, its register slots can refer to virtual registers in |
nothing calls this directly
no outgoing calls
no test coverage detected