hoopl-3.9.0.0: A library to support dataflow analysis and optimization

Safe HaskellSafe

Compiler.Hoopl.Passes.DList

Synopsis

Documentation

type Doms = WithBot [Label]Source

List of labels, extended with a standard bottom element

domEntry :: DomsSource

The fact that goes into the entry of a dominator analysis: the first node is dominated only by the entry point, which is represented by the empty list of labels.

domPass :: (NonLocal n, Monad m) => FwdPass m n DomsSource

Dominator pass