InstructionID
public struct InstructionID : Hashable, Sendable
extension InstructionID: CustomStringConvertible
The stable identity of an instruction in its module.
See also
InstructionIndex
-
The function containing the instruction.
Declaration
Swift
public let function: Function.ID -
The block containing the instruction.
Declaration
Swift
public let block: Function.Blocks.Address -
The identity of the instruction in its block.
Declaration
Swift
public let address: Block.Instructions.Address -
Creates an instance with the given properties.
Declaration
-
Creates an instance with the given properties.
-
Declaration
Swift
public var description: String { get }
View on GitHub