[][src]Module llhd::analysis

Analysis passes on the IR

This module implements various analysis passes on the IR.

Structs

DominatorTree

A block dominator tree.

PredecessorTable

A table of basic block predecessors.

TemporalRegion

A unique identifier for a temporal region.

TemporalRegionData

Data associated with a temporal region.

TemporalRegionGraph

A data structure that temporally groups blocks and instructions.

Statics

DOMINATOR_TREE_TIME

Total time spent constructing dominator trees.