pub fn check_alias_vm<'ctx, 'tcx>(
vm_state: &VmState<'ctx, 'tcx>,
checkpoint: &Checkpoint<'tcx>,
_property: &Property<'tcx>,
) -> VmAliasResultExpand description
Run the full alias hazard check for the VM backend.
This is the function the PropertyChecker::check_alias delegates to.