Expand description
MIR statement and terminator executors for the symbolic VM.
Each executor is a transfer function that updates VmState based on
the semantics of a MIR construct. The VM walks retained MIR items
in forward path order, calling these executors.
Functions§
- chosen_
successor 🔒 - Return the next MIR block after
blockin a finite verification path. - resolve_
u64_ 🔒from_ place_ key - Try to resolve a u64 constant from a PlaceKey’s source in the VM state.