ghc-6.12.2: The GHC APISource codeContentsIndex
PPC.CodeGen
Synopsis
cmmTopCodeGen :: DynFlags -> RawCmmTop -> NatM [NatCmmTop Instr]
type InstrBlock = OrdList Instr
Documentation
cmmTopCodeGen :: DynFlags -> RawCmmTop -> NatM [NatCmmTop Instr]Source
InstrBlocks are the insn sequences generated by the insn selectors. They are really trees of insns to facilitate fast appending, where a left-to-right traversal (pre-order?) yields the insns in the correct order.
type InstrBlock = OrdList InstrSource
InstrBlocks are the insn sequences generated by the insn selectors. They are really trees of insns to facilitate fast appending, where a left-to-right traversal yields the insns in the correct order.
Produced by Haddock version 2.6.1