DeallocStack
public struct DeallocStack : Instruction
Deallocates memory previously allocated by alloc_stack.
-
The location of the memory being deallocated.
Declaration
Swift
public private(set) var location: 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(location: Operand, site: SourceRange) -
Declaration
Swift
public var operands: [Operand] { get } -
Declaration
Swift
public mutating func replaceOperand(at i: Int, with new: Operand)
View on GitHub