• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

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

    ghc GHC.Cmm.Utils

    No documentation available.

  2. toBlockMap :: CmmGraph -> LabelMap CmmBlock

    ghc GHC.Cmm.Utils

    No documentation available.

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

    ghc GHC.CmmToAsm.CFG

    No documentation available.

  4. natm_debug_map :: NatM_State -> LabelMap DebugBlock

    ghc GHC.CmmToAsm.Monad

    No documentation available.

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

    ghc GHC.CmmToAsm.Reg.Graph.SpillCost

    Extract a map of register lifetimes from a SpillCostInfo.

  6. module GHC.CmmToAsm.Reg.Linear.StackMap

    The assignment of virtual registers to stack slots

  7. data StackMap

    ghc GHC.CmmToAsm.Reg.Linear.StackMap

    No documentation available.

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

    ghc GHC.CmmToAsm.Reg.Linear.StackMap

    No documentation available.

  9. emptyStackMap :: StackMap

    ghc GHC.CmmToAsm.Reg.Linear.StackMap

    An empty stack map, with all slots available.

  10. stackMapAssignment :: StackMap -> UniqFM Unique StackSlot

    ghc GHC.CmmToAsm.Reg.Linear.StackMap

    Assignment of vregs to stack slots.

Page 443 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete