LoopID

fileprivate struct LoopID : Sendable

The identifier of a loop lexically enclosing newly generated IR.

  • The innermost frame enclosing the loop in the emitter context.

    Declaration

    Swift

    let depth: Int
  • The block to which control flow jumps when it exits the loop.

    Declaration

    Swift

    let exit: Block.ID