()
| 18529 | return unit; |
| 18530 | } |
| 18531 | transformReturnStmts() { |
| 18532 | this._current_exit_kind = 'prim::ReturnStmt'; |
| 18533 | this.transformExits(this._graph.block()); |
| 18534 | } |
| 18535 | transformLoopContinuations() { |
| 18536 | this._current_exit_kind = 'prim::LoopContinuation'; |
| 18537 | this.transformExits(this._graph.block()); |
no test coverage detected