()
| 18533 | this.transformExits(this._graph.block()); |
| 18534 | } |
| 18535 | transformLoopContinuations() { |
| 18536 | this._current_exit_kind = 'prim::LoopContinuation'; |
| 18537 | this.transformExits(this._graph.block()); |
| 18538 | } |
| 18539 | destroyNodeAfterExit(n) { |
| 18540 | for (const output of n.outputs()) { |
| 18541 | if (output.uses().length > 0) { |
no test coverage detected