public interface IRFactory<T extends IMethod>
Modifier and Type | Method and Description |
---|---|
boolean |
contextIsIrrelevant(T method)
Does this factory always return the same IR for a method, regardless of context?
|
IR |
makeIR(T method,
Context c,
SSAOptions options)
Build an SSA
IR for a method in a particular context |