ReleaseCaptures
public struct ReleaseCaptures : Instruction
Releases accesses captures in an allocation.
-
The operands of the instruction.
Declaration
Swift
public private(set) var operands: [Operand] { get } -
The site of the code corresponding to that instruction.
Declaration
Swift
public let site: SourceRange -
Creates an instance with the given properties.
Declaration
Swift
fileprivate init(container: Operand, site: SourceRange) -
The storage containing the captures to release.
Declaration
Swift
public var container: Operand { get } -
Declaration
Swift
public mutating func replaceOperand(at i: Int, with new: Operand)
View on GitHub