pub fn recognize_invariant_pattern(
val: &LcnfLetValue,
body_vars: &HashSet<LcnfVarId>,
) -> Option<InvariantPattern>Expand description
Try to recognize the invariant pattern of a LcnfLetValue, given the
set of variables defined inside the loop.