Searched refs:collectNAnnBndrs (Results 1 – 7 of 7) sorted by relevance
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/ |
H A D | Exitify.hs | 122 let (args, body) = collectNAnnBndrs (idJoinArity x) rhs 164 = do let (params, join_body) = collectNAnnBndrs join_arity rhs 176 (params, join_body) = collectNAnnBndrs join_arity rhs
|
H A D | FloatIn.hs | 566 , let (bndrs, body) = collectNAnnBndrs join_arity rhs
|
H A D | SetLevels.hs | 1264 = collectNAnnBndrs join_arity rhs
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/ |
H A D | Core.hs | 79 collectAnnBndrs, collectNAnnBndrs, 2085 collectNAnnBndrs :: Int -> AnnExpr bndr annot -> ([bndr], AnnExpr bndr annot) 2086 collectNAnnBndrs orig_n e function
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/ |
H A D | Core.hs | 84 collectAnnBndrs, collectNAnnBndrs, 2354 collectNAnnBndrs :: Int -> AnnExpr bndr annot -> ([bndr], AnnExpr bndr annot) 2355 collectNAnnBndrs orig_n e 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 D | CoreSyn.hs | 82 collectAnnBndrs, collectNAnnBndrs, 2341 collectNAnnBndrs :: Int -> AnnExpr bndr annot -> ([bndr], AnnExpr bndr annot) 2342 collectNAnnBndrs orig_n e function
|
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/ |
H A D | CoreSyn.hs | 82 collectAnnBndrs, collectNAnnBndrs, 2341 collectNAnnBndrs :: Int -> AnnExpr bndr annot -> ([bndr], AnnExpr bndr annot) 2342 collectNAnnBndrs orig_n e function
|