Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. srtMapNonCAFs :: SRTMap -> NonCaffySet

    ghc GHC.Cmm.Info.Build

    Given SRTMap of a module, returns the set of non-CAFFY names in the module. Any Names not in the set are CAFFY.

  2. setInfoTableStackMap :: Platform -> LabelMap StackMap -> CmmDecl -> CmmDecl

    ghc GHC.Cmm.LayoutStack

    No documentation available.

  3. ofBlockMap :: BlockId -> LabelMap CmmBlock -> CmmGraph

    ghc GHC.Cmm.Utils

    No documentation available.

  4. toBlockMap :: CmmGraph -> LabelMap CmmBlock

    ghc GHC.Cmm.Utils

    No documentation available.

  5. shortcutWeightMap :: LabelMap (Maybe BlockId) -> CFG -> CFG

    ghc GHC.CmmToAsm.CFG

    No documentation available.

  6. natm_debug_map :: NatM_State -> LabelMap DebugBlock

    ghc GHC.CmmToAsm.Monad

    No documentation available.

  7. lifeMapFromSpillCostInfo :: SpillCostInfo -> UniqFM VirtualReg (VirtualReg, Int)

    ghc GHC.CmmToAsm.Reg.Graph.SpillCost

    Extract a map of register lifetimes from a SpillCostInfo.

  8. module GHC.CmmToAsm.Reg.Linear.StackMap

    The assignment of virtual registers to stack slots

  9. data StackMap

    ghc GHC.CmmToAsm.Reg.Linear.StackMap

    No documentation available.

  10. StackMap :: Int -> UniqFM Unique StackSlot -> StackMap

    ghc GHC.CmmToAsm.Reg.Linear.StackMap

    No documentation available.

Page 442 of many | Previous | Next