Home
last modified time | relevance | path

Searched refs:floatedBindsFVs (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DFloatIn.hs526 rhs_fvs' = rhs_fvs `unionDVarSet` floatedBindsFVs rhs_binds `unionDVarSet` rule_fvs
550 unionDVarSets (map floatedBindsFVs rhss_binds) `unionDVarSet`
753 floatedBindsFVs :: FloatInBinds -> FreeVarSet
754 floatedBindsFVs binds = mapUnionDVarSet fbFVs binds function