Loading...
Property in BasicBlock
Gets the destinations of this block - that is, blocks or nodes that may run immediately after this block.
public IEnumerable<Destination> Destinations { get };
Destination: A destination represents a BasicBlock or node that may be run, following the execution of a BasicBlock .