Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. overloadedCallsCC :: CoreBind -> LateCCM OverloadedCallsCCState CoreBind

    ghc GHC.Core.LateCC.OverloadedCalls

    Insert cost centres on function applications with dictionary arguments. The source locations attached to the cost centres is approximated based on the "closest" source note encountered in the traversal.

  2. lateCCConfig_overloadedCalls :: LateCCConfig -> !Bool

    ghc GHC.Core.LateCC.Types

    No documentation available.

  3. module GHC.Core.Opt.CallArity

    No documentation available.

  4. callArityAnalProgram :: CoreProgram -> CoreProgram

    ghc GHC.Core.Opt.CallArity

    No documentation available.

  5. callArityRHS :: CoreExpr -> CoreExpr

    ghc GHC.Core.Opt.CallArity

    No documentation available.

  6. module GHC.Core.Opt.CallerCC

    Adds cost-centers to call sites selected with the -fprof-caller=... flag.

  7. data CallerCcFilter

    ghc GHC.Core.Opt.CallerCC

    No documentation available.

  8. CallerCcFilter :: Maybe ModuleName -> NamePattern -> CallerCcFilter

    ghc GHC.Core.Opt.CallerCC

    No documentation available.

  9. addCallerCostCentres :: ModGuts -> CoreM ModGuts

    ghc GHC.Core.Opt.CallerCC

    No documentation available.

  10. parseCallerCcFilter :: String -> Either String CallerCcFilter

    ghc GHC.Core.Opt.CallerCC

    No documentation available.

Page 261 of many | Previous | Next