ghc-7.0.3: The GHC API

CmmLive

Synopsis

Documentation

type CmmLive = UniqSet LocalRegSource

The variables live on entry to a block

type BlockEntryLiveness = BlockEnv CmmLiveSource

A mapping from block labels to the variables live on entry

cmmLiveness :: [CmmBasicBlock] -> BlockEntryLivenessSource

Calculated liveness info for a list of CmmBasicBlock