Struct cranelift_isle::serialize::EvalStep
source · pub struct EvalStep {
pub bind_order: Vec<BindingId>,
pub check: ControlFlow,
}
Expand description
A step to evaluate involves possibly let-binding some expressions, then executing some control flow construct.
Fields§
§bind_order: Vec<BindingId>
Before evaluating this case, emit let-bindings in this order.
check: ControlFlow
The control-flow construct to execute at this point.