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 super::ullbc_ast_utils::*;
pub use crate::ast::*;
Structs§
Enums§
- A raw statement: a statement without meta data.
- A raw terminator: a terminator without meta data.