public final class Dominators
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Dominators |
make(SsaMethod meth,
DomFront.DomInfo[] domInfos,
boolean postdom)
Constructs a fully-initialized instance.
|
public static Dominators make(SsaMethod meth, DomFront.DomInfo[] domInfos, boolean postdom)
meth - non-null; method to processdomInfos - non-null; the raw dominator infopostdom - true for postdom information, false for normal dom infoCopyright © 2020. All Rights Reserved.