( Node use )
| 217 | // Return true if the output list is empty afterward. |
| 218 | // Error is 'use' does not exist; ok for 'use' to be null. |
| 219 | protected boolean delUse( Node use ) { |
| 220 | _outputs.del(_outputs.find(use)); |
| 221 | return _outputs.isEmpty(); |
| 222 | } |
| 223 | |
| 224 | // Shortcut for "popping" until n nodes. A "pop" is basically a |
| 225 | // setDef(last,null) followed by lowering the nIns() count. |