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

Descendants

Property in BasicBlock

Summary

Gets all descendants (that is, destinations, and destinations of those destinations, and so on), recursively.

public IEnumerable<BasicBlock> Descendants
{
            get; }

Remarks

Cycles are detected and avoided.

Last updated

Was this helpful?