| Package | Description |
|---|---|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundPiPolicy
A Combination of 2
SSAPiNodePolicys. |
class |
InstanceOfPiPolicy
A pi node policy with the following rule:
If we have the following code:
|
class |
NullTestPiPolicy
A pi node policy with the following rule:
If we have the following code:
|
| Modifier and Type | Method and Description |
|---|---|
static SSAPiNodePolicy |
SSAOptions.getAllBuiltInPiNodes()
return a policy that enables all built-in pi node policies
|
SSAPiNodePolicy |
SSAOptions.getPiNodePolicy() |
| Modifier and Type | Method and Description |
|---|---|
static CompoundPiPolicy |
CompoundPiPolicy.createCompoundPiPolicy(SSAPiNodePolicy p1,
SSAPiNodePolicy p2) |
static SSABuilder |
SSABuilder.make(IBytecodeMethod method,
SSACFG cfg,
ShrikeCFG scfg,
SSAInstruction[] instructions,
SymbolTable symbolTable,
boolean buildLocalMap,
SSAPiNodePolicy piNodePolicy) |
void |
SSAOptions.setPiNodePolicy(SSAPiNodePolicy piNodePolicy) |
Copyright © 2015. All rights reserved.