Creates a new basic block. New ID of the basic block.
| 261 | /// </summary> |
| 262 | /// <returns>New ID of the basic block.</returns> |
| 263 | virtual id create_block() { return make_id(); } |
| 264 | /// <summary> |
| 265 | /// Overwrites the current block ID. |
| 266 | /// </summary> |
no outgoing calls
no test coverage detected