CondBranch
public struct CondBranch : Terminator
extension CondBranch: CustomStringConvertible
Branches conditionally to the start of a basic block.
-
A Boolean condition.
Declaration
Swift
public private(set) var condition: 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
-
Declaration
Swift
public var operands: [Operand] { get } -
Declaration
Swift
public var successors: [Block.ID] { get } -
Declaration
Swift
public mutating func replaceOperand(at i: Int, with new: Operand) -
-
Declaration
Swift
public var description: String { get }
View on GitHub