Home
last modified time | relevance | path

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

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Unfold/
H A DMake.hs85 = mkCoreUnfolding InlineStable True
109 = mkCoreUnfolding InlineStable
123 = mkCoreUnfolding InlineStable
138 = mkUnfolding (so_uf_opts opts) InlineStable False False expr'
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DUnfold.hs119 = mkCoreUnfolding InlineStable True
143 = mkCoreUnfolding InlineStable
157 = mkCoreUnfolding InlineStable
172 = mkUnfolding dflags InlineStable False False expr'
1177 do_cunf _ (UnfWhen {}) = Just (fn_unf { uf_src = InlineStable })
1193 = Just (fn_unf { uf_src = InlineStable
H A DPpr.hs578 ppr InlineStable = text "InlineStable"
/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 DCoreUnfold.hs108 = mkCoreUnfolding InlineStable True
139 = mkCoreUnfolding InlineStable
153 = mkCoreUnfolding InlineStable
168 = mkUnfolding dflags InlineStable False False expr'
1167 do_cunf _ (UnfWhen {}) = Just (fn_unf { uf_src = InlineStable })
1183 = Just (fn_unf { uf_src = InlineStable
H A DCoreSyn.hs1516 | InlineStable -- From an INLINE or INLINABLE pragma constructor
1647 isStableSource InlineStable = True function
H A DPprCore.hs535 ppr InlineStable = text "InlineStable"
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreUnfold.hs108 = mkCoreUnfolding InlineStable True
139 = mkCoreUnfolding InlineStable
153 = mkCoreUnfolding InlineStable
168 = mkUnfolding dflags InlineStable False False expr'
1167 do_cunf _ (UnfWhen {}) = Just (fn_unf { uf_src = InlineStable })
1183 = Just (fn_unf { uf_src = InlineStable
H A DCoreSyn.hs1516 | InlineStable -- From an INLINE or INLINABLE pragma constructor
1647 isStableSource InlineStable = True function
H A DPprCore.hs535 ppr InlineStable = text "InlineStable"
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/
H A DCore.hs1254 | InlineStable -- From an INLINE or INLINABLE pragma constructor
1385 isStableSource InlineStable = True function
H A DCoreToIface.hs506 InlineStable
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCore.hs1526 | InlineStable -- From an INLINE or INLINABLE pragma constructor
1657 isStableSource InlineStable = True function
H A DCoreToIface.hs500 InlineStable
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/iface/
H A DToIface.hs492 InlineStable
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DPpr.hs594 ppr InlineStable = text "InlineStable"
H A DUnfold.hs973 InlineRhs -> InlineStable
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DToIface.hs492 InlineStable
H A DTcIface.hs1492 ; let unf_src | stable = InlineStable
1514 Just expr -> mkCoreUnfolding InlineStable True expr guidance )}