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.
ofBlockMap :: BlockId -> LabelMap CmmBlock -> CmmGraphghc GHC.Cmm.Utils No documentation available.
toBlockMap :: CmmGraph -> LabelMap CmmBlockghc GHC.Cmm.Utils No documentation available.
shortcutWeightMap :: LabelMap (Maybe BlockId) -> CFG -> CFGghc GHC.CmmToAsm.CFG No documentation available.
natm_debug_map :: NatM_State -> LabelMap DebugBlockghc GHC.CmmToAsm.Monad No documentation available.
lifeMapFromSpillCostInfo :: SpillCostInfo -> UniqFM VirtualReg (VirtualReg, Int)ghc GHC.CmmToAsm.Reg.Graph.SpillCost Extract a map of register lifetimes from a SpillCostInfo.
module GHC.CmmToAsm.Reg.Linear.
StackMap The assignment of virtual registers to stack slots
-
ghc GHC.CmmToAsm.Reg.Linear.StackMap No documentation available.
StackMap :: Int -> UniqFM Unique StackSlot -> StackMapghc GHC.CmmToAsm.Reg.Linear.StackMap No documentation available.
-
ghc GHC.CmmToAsm.Reg.Linear.StackMap An empty stack map, with all slots available.
stackMapAssignment :: StackMap -> UniqFM Unique StackSlotghc GHC.CmmToAsm.Reg.Linear.StackMap Assignment of vregs to stack slots.