public class DomFront
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DomFront.DomInfo
Dominance-frontier information for a single basic block.
|
| Constructor and Description |
|---|
DomFront(SsaMethod meth)
Constructs instance.
|
| Modifier and Type | Method and Description |
|---|---|
DomFront.DomInfo[] |
run()
Calculates the dominance frontier information for the method.
|
public DomFront.DomInfo[] run()
non-null; an array of DomInfo structuresCopyright © 2020. All Rights Reserved.