PPC.RegInfo
data JumpDest Source #
Constructors
Defined in PPC.RegInfo
Methods
ppr :: JumpDest -> SDoc Source #
pprPrec :: Rational -> JumpDest -> SDoc Source #
getJumpDestBlockId :: JumpDest -> Maybe BlockId Source #
canShortcut :: Instr -> Maybe JumpDest Source #
shortcutJump :: (BlockId -> Maybe JumpDest) -> Instr -> Instr Source #
shortcutStatics :: (BlockId -> Maybe JumpDest) -> CmmStatics -> CmmStatics Source #