Home
last modified time | relevance | path

Searched refs:updateCreationThreshold (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DUnfold.hs-boot9 updateCreationThreshold :: Int -> UnfoldingOpts -> UnfoldingOpts
H A DUnfold.hs27 updateCreationThreshold, updateUseThreshold,
127 updateCreationThreshold :: Int -> UnfoldingOpts -> UnfoldingOpts
128 updateCreationThreshold n opts = opts { unfoldingCreationThreshold = n } function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DSession.hs2771 (intSuffix (\n d -> d { unfoldingOpts = updateCreationThreshold n (unfoldingOpts d)}))