()
| 12 | public abstract String reg( int reg ); |
| 13 | // Create a split op; any register to any register, including stack slots |
| 14 | public abstract Node split(); |
| 15 | // Return a MachNode unconditional branch |
| 16 | public abstract CFGNode jump(); |
| 17 | // Break an infinite loop |
no outgoing calls