CaptureIn

public struct CaptureIn : Instruction
extension CaptureIn: CustomStringConvertible

Captures and stores a remote part.

Well-formed IR guarantees the following invariants:

  • The provenances of target contain a single alloc_stack.
  • A capture ... in is post-dominated by at least one release_captures on the storage in which it has stored an access.