Home
last modified time | relevance | path

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

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/
H A DCore.hs64 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 DCore.hs69 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 DCoreSyn.hs67 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 DCoreSyn.hs67 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 DCorePrep.hs1736 get_unf = maybeUnfoldingTemplate . realIdUnfolding
H A DCoreLint.hs682 , Just rhs <- maybeUnfoldingTemplate uf
/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DSpecialise.hs727 , 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 DDmdAnal.hs992 final_ty = case maybeUnfoldingTemplate (idUnfolding id) of
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsBinds.hs729 | Just unfolding <- maybeUnfoldingTemplate (realIdUnfolding poly_id)
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DSimplUtils.hs1223 , Just inl <- maybeUnfoldingTemplate unf = Just (extend_subst_with inl)
H A DSimplify.hs2808 | 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 DConstantFold.hs1825 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 DPrelRules.hs1445 Just unf <- maybeUnfoldingTemplate (realIdUnfolding f)
/dports/lang/ghc/ghc-8.10.7/compiler/prelude/
H A DPrelRules.hs1445 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 DLint.hs741 , 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 DLint.hs752 , 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 DConstantFold.hs2473 Just unf <- maybeUnfoldingTemplate (realIdUnfolding f)