Home
last modified time | relevance | path

Searched refs:canUnfold (Results 1 – 9 of 9) 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.hs69 canUnfold, neverUnfoldGuidance, isStableSource,
1482 canUnfold :: Unfolding -> Bool
1483 canUnfold (CoreUnfolding { uf_guidance = g }) = not (neverUnfoldGuidance g) function
1484 canUnfold _ = False function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCore.hs74 canUnfold, neverUnfoldGuidance, isStableSource,
1754 canUnfold :: Unfolding -> Bool
1755 canUnfold (CoreUnfolding { uf_guidance = g }) = not (neverUnfoldGuidance g) function
1756 canUnfold _ = False 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.hs72 canUnfold, neverUnfoldGuidance, isStableSource,
1745 canUnfold :: Unfolding -> Bool
1746 canUnfold (CoreUnfolding { uf_guidance = g }) = not (neverUnfoldGuidance g) function
1747 canUnfold _ = False function
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCoreSyn.hs72 canUnfold, neverUnfoldGuidance, isStableSource,
1745 canUnfold :: Unfolding -> Bool
1746 canUnfold (CoreUnfolding { uf_guidance = g }) = not (neverUnfoldGuidance g) function
1747 canUnfold _ = False function
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDesugar.hs427 | isLocalId lhs_id || canUnfold (idUnfolding lhs_id)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/Opt/
H A DOccurAnal.hs1418 can_unfold = canUnfold old_unf
/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 DOccurAnal.hs1369 can_unfold = canUnfold id_unfolding
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DOccurAnal.hs1369 can_unfold = canUnfold id_unfolding
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/Opt/
H A DOccurAnal.hs1561 can_unfold = canUnfold old_unf