/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/ |
H A D | Core.hs | 64 maybeUnfoldingTemplate, otherCons, 1396 maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExpr 1397 maybeUnfoldingTemplate (CoreUnfolding { uf_tmpl = expr }) function 1399 maybeUnfoldingTemplate (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args }) function 1401 maybeUnfoldingTemplate _ function
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/ |
H A D | Core.hs | 69 maybeUnfoldingTemplate, otherCons, 1668 maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExpr 1669 maybeUnfoldingTemplate (CoreUnfolding { uf_tmpl = expr }) function 1671 maybeUnfoldingTemplate (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args }) function 1673 maybeUnfoldingTemplate _ function
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/coreSyn/ |
H A D | CoreSyn.hs | 67 maybeUnfoldingTemplate, otherCons, 1658 maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExpr 1659 maybeUnfoldingTemplate (CoreUnfolding { uf_tmpl = expr }) function 1661 maybeUnfoldingTemplate (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args }) function 1663 maybeUnfoldingTemplate _ function
|
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/ |
H A D | CoreSyn.hs | 67 maybeUnfoldingTemplate, otherCons, 1658 maybeUnfoldingTemplate :: Unfolding -> Maybe CoreExpr 1659 maybeUnfoldingTemplate (CoreUnfolding { uf_tmpl = expr }) function 1661 maybeUnfoldingTemplate (DFunUnfolding { df_bndrs = bndrs, df_con = con, df_args = args }) function 1663 maybeUnfoldingTemplate _ function
|
H A D | CorePrep.hs | 1736 get_unf = maybeUnfoldingTemplate . realIdUnfolding
|
H A D | CoreLint.hs | 682 , Just rhs <- maybeUnfoldingTemplate uf
|
/dports/lang/ghc/ghc-8.10.7/compiler/specialise/ |
H A D | Specialise.hs | 727 , Just rhs <- maybeUnfoldingTemplate unfolding 2507 want_calls_for f = isLocalId f || isJust (maybeUnfoldingTemplate (realIdUnfolding f))
|
/dports/lang/ghc/ghc-8.10.7/compiler/stranal/ |
H A D | DmdAnal.hs | 992 final_ty = case maybeUnfoldingTemplate (idUnfolding id) of
|
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/ |
H A D | DsBinds.hs | 729 | Just unfolding <- maybeUnfoldingTemplate (realIdUnfolding poly_id)
|
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/ |
H A D | SimplUtils.hs | 1223 , Just inl <- maybeUnfoldingTemplate unf = Just (extend_subst_with inl)
|
H A D | Simplify.hs | 2808 | debugIsOn, Just tmpl <- maybeUnfoldingTemplate unf
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/ |
H A D | ConstantFold.hs | 1825 Just unf <- maybeUnfoldingTemplate (realIdUnfolding f)
|
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/prelude/ |
H A D | PrelRules.hs | 1445 Just unf <- maybeUnfoldingTemplate (realIdUnfolding f)
|
/dports/lang/ghc/ghc-8.10.7/compiler/prelude/ |
H A D | PrelRules.hs | 1445 Just unf <- maybeUnfoldingTemplate (realIdUnfolding f)
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/ |
H A D | Lint.hs | 741 , Just rhs <- maybeUnfoldingTemplate uf
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/ |
H A D | Lint.hs | 752 , Just rhs <- maybeUnfoldingTemplate uf
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/ |
H A D | ConstantFold.hs | 2473 Just unf <- maybeUnfoldingTemplate (realIdUnfolding f)
|