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

Ancestors

Property in BasicBlock

Summary

Get the ancestors of this block - that is, blocks that may run immediately before this block.

public IEnumerable<BasicBlock> Ancestors { get };

Last updated

Was this helpful?