Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DSimplCore.hs417 ; endPass pass (mg_binds guts') (mg_rules guts')
496 rule_fn (mg_binds guts))
536 binds' <- bind_f (mg_binds guts)
537 return (guts { mg_binds = binds' })
540 doPass bind_f guts = return $ guts { mg_binds = bind_f (mg_binds guts) }
634 , mg_binds = binds, mg_rules = rules function
678 , guts { mg_binds = binds, mg_rules = rules } )
724 , guts { mg_binds = binds1, mg_rules = rules1 } )
H A DFloatIn.hs46 floatInwards pgm@(ModGuts { mg_binds = binds })
48 ; return (pgm { mg_binds = map (fi_top_bind dflags) binds }) }
H A DCoreMonad.hs232 = do { binds' <- pass (mg_binds guts)
233 ; return (guts { mg_binds = binds' }) }
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DSayAnnNames.hs22 mapM_ (printAnn dflags g) (mg_binds g) >> return g
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DModGuts.hs66 mg_binds :: !CoreProgram, -- ^ Bindings for this module function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DCallerCC.hs58 let guts' = guts { mg_binds = doCoreProgram env (mg_binds guts)
H A DMonad.hs254 = do { binds' <- pass (mg_binds guts)
255 ; return (guts { mg_binds = binds' }) }
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/simplCore/
H A DCoreMonad.hs232 = do { binds' <- pass (mg_binds guts)
233 ; return (guts { mg_binds = binds' }) }
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DMonad.hs234 = do { binds' <- pass (mg_binds guts)
235 ; return (guts { mg_binds = binds' }) }
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDesugar.hs209 mg_binds = ds_binds, function
H A DDsMonad.hs233 ids = concatMap bindsToIds (mg_binds guts)
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreLint.hs2760 let binds = flattenBinds $ mg_binds nguts
2761 binds' = flattenBinds $ mg_binds nguts'
2794 nukeAnnotsMod mg@ModGuts{mg_binds=binds}
2795 = mg{mg_binds = map nukeAnnotsBind binds}
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DGHC.hs1082 cm_types = typeEnvFromEntities (bindersOfBinds (mg_binds mg))
1085 cm_binds = mg_binds mg,
H A DTidyPgm.hs332 , mg_binds = binds function
H A DHscTypes.hs1410 mg_binds :: !CoreProgram, -- ^ Bindings for this module function
/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DSpecConstr.hs707 (mg_binds guts)
714 return (guts { mg_binds = binds' })
H A DSpecialise.hs584 , mg_binds = binds }) function
593 ; return (guts { mg_binds = spec_binds ++ binds'
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DLint.hs3287 let binds = flattenBinds $ mg_binds nguts
3288 binds' = flattenBinds $ mg_binds nguts'
3321 nukeAnnotsMod mg@ModGuts{mg_binds=binds}
3322 = mg{mg_binds = map nukeAnnotsBind binds}
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DLint.hs3313 let binds = flattenBinds $ mg_binds nguts
3314 binds' = flattenBinds $ mg_binds nguts'
3347 nukeAnnotsMod mg@ModGuts{mg_binds=binds}
3348 = mg{mg_binds = map nukeAnnotsBind binds}
/dports/lang/ghc/ghc-8.10.7/docs/users_guide/
H A Dextending_ghc.rst435 bindings are part of a ``ModGuts`` in the field ``mg_binds``.
438 ``mg_binds`` field. Because this is such a common case, there is a
513 mapM_ (printAnn dflags g) (mg_binds g) >> return g
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs1410 mg_binds :: !CoreProgram, -- ^ Bindings for this module function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs1456 mg_binds :: !CoreProgram, -- ^ Bindings for this module function