Expand description
“Unstructured LLBC” ast (ULLBC). This is LLBC before the control-flow reconstruction. In effect, this is a cleaned up version of MIR.
Re-exports§
pub use crate::ast::*;
Structs§
Enums§
- Statement
Kind - A raw statement: a statement without meta data.
- Switch
Targets - Terminator
Kind - A raw terminator: a terminator without meta data.