Common Sub-expression Elimination
@[reducible, inline]
Equations
Instances For
Equations
- Lean.Compiler.LCNF.CSE.instMonadFVarSubstMFalse = { getSubst := do let __do_lift ← get pure __do_lift.subst }
Equations
- One or more equations did not get rendered due to their size.
@[inline]
Equations
- Lean.Compiler.LCNF.CSE.getSubst = do let __do_lift ← get pure __do_lift.subst
Instances For
@[inline]
Equations
Instances For
@[inline]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- code.cse = StateRefT'.run' (Lean.Compiler.LCNF.Code.cse.go code) { map := { root := Lean.PersistentHashMap.Node.entries Lean.PersistentHashMap.mkEmptyEntriesArray }, subst := ∅ }
Instances For
Common sub-expression elimination
Equations
- One or more equations did not get rendered due to their size.