Module ullbc_ast

Source
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§

BlockData
BlockId
Statement
Terminator

Enums§

RawStatement
A raw statement: a statement without meta data.
RawTerminator
A raw terminator: a terminator without meta data.
SwitchTargets

Statics§

START_BLOCK_ID

Type Aliases§

BodyContents
ExprBody