()
| 209 | public <N extends Node> N unkeep() { delUse(null); return (N)this; } |
| 210 | // ------------------------------------------------------------------------ |
| 211 | // Graph-based optimizations |
| 212 | |
| 213 | /** |
| 214 | * We allow disabling peephole opt so that we can observe the |