ID
public struct ID : Hashable, Sendable
extension Block.ID: CustomStringConvertible
The stable ID of a basic block in its function.
-
The address of the block.
Declaration
Swift
public var address: Function.Blocks.Address -
Creates an instance with the given address.
Declaration
Swift
public init(_ address: Function.Blocks.Address) -
The ID of the
index-th parameter of the block.Declaration
Swift
public func parameter(_ index: Int) -> Operand -
Declaration
Swift
public var description: String { get }
View on GitHub