package cfg
- Alphabetic
- Public
- Protected
Package Members
Type Members
- case class BasicBlock(id: Int, name: String, stmts: List[Inst], jump: Option[Jump])(predecessors: List[Int]) extends Product with Serializable
- class CFG extends AnyRef
An immutable control-flow graph.
An immutable control-flow graph.
To create a new CFG, see CFGBuilder.
- class CFGBuilder extends AnyRef
- class DominatorTree extends AnyRef
The dominator tree associated to a CFG which can be traversed in several ways.
- sealed trait Jump extends AnyRef
A jump represents the last element of a basic block.