ghc-9.14.0.20251128: The GHC API
Safe HaskellNone
LanguageGHC2021

GHC.CmmToAsm.Reg.Linear.Stats

Synopsis

Documentation

binSpillReasons :: [SpillReason] -> UniqFM Unique [Int] #

Build a map of how many times each reg was alloced, clobbered, loaded etc.

countRegRegMovesNat :: Instruction instr => Platform -> NatCmmDecl statics instr -> Int #

Count reg-reg moves remaining in this code.

pprStats :: Instruction instr => Platform -> [NatCmmDecl statics instr] -> [RegAllocStats] -> SDoc #

Pretty print some RegAllocStats