isIrremovable

val isIrremovable: Boolean = false

Whether this block must be tracked until final code generation. Set for blocks that must not be removed. Such a block may be referenced for tracking entry points, and must therefore exist through final code generation.