RegionEntry
public protocol RegionEntry : Instruction
An instruction marking the entry into a region within an IR function.
-
The type of the instruction marking exits of this region.
Declaration
Swift
associatedtype Exit : Instruction
View on GitHub