Home
last modified time | relevance | path

Searched refs:specConstrThreshold (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DSession.hs498 specConstrThreshold :: Maybe Int, -- ^ Threshold for SpecConstr function
1302 specConstrThreshold = Just 2000, function
2967 (intSuffix (\n d -> d { specConstrThreshold = Just n }))
2969 (noArg (\d -> d { specConstrThreshold = Nothing }))
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DSession.hs488 specConstrThreshold :: Maybe Int, -- ^ Threshold for SpecConstr function
1142 specConstrThreshold = Just 2000, function
2714 (intSuffix (\n d -> d { specConstrThreshold = Just n }))
2716 (noArg (\d -> d { specConstrThreshold = Nothing }))
/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 DDynFlags.hs1016 specConstrThreshold :: Maybe Int, -- ^ Threshold for SpecConstr function
1968 specConstrThreshold = Just 2000, function
3659 (intSuffix (\n d -> d { specConstrThreshold = Just n }))
3661 (noArg (\d -> d { specConstrThreshold = Nothing }))
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DDynFlags.hs1015 specConstrThreshold :: Maybe Int, -- ^ Threshold for SpecConstr function
1967 specConstrThreshold = Just 2000, function
3658 (intSuffix (\n d -> d { specConstrThreshold = Just n }))
3660 (noArg (\d -> d { specConstrThreshold = Nothing }))
/dports/lang/ghc/ghc-8.10.7/compiler/specialise/
H A DSpecConstr.hs867 sc_size = specConstrThreshold dflags,