For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

The new descendant node.

The condition under which descendant will be run.

Last updated

Was this helpful?