Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 618 Bytes

yarn.compiler.basicblock.adddestination-1.md

File metadata and controls

21 lines (12 loc) · 618 Bytes

BasicBlock.AddDestination(BasicBlock,Condition)

Method in BasicBlock

Summary

Adds a new destination to this block, that points to another block.

public void AddDestination(BasicBlock descendant, Condition condition)

Parameters

Name Description
Yarn.Compiler.BasicBlock descendant The new descendant node.
Yarn.Compiler.BasicBlock.Condition condition The condition under which descendant will be run.