| Package | Description |
|---|---|
| com.ibm.wala.ssa |
This package provides the WALA SSA IR.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ShrikeIndirectionData.ShrikeLocalName> |
ShrikeIndirectionData.getNames() |
| Modifier and Type | Method and Description |
|---|---|
int |
ShrikeIndirectionData.getDef(int instructionIndex,
ShrikeIndirectionData.ShrikeLocalName name) |
int |
ShrikeIndirectionData.getUse(int instructionIndex,
ShrikeIndirectionData.ShrikeLocalName name) |
void |
ShrikeIndirectionData.setDef(int instructionIndex,
ShrikeIndirectionData.ShrikeLocalName name,
int newDef) |
void |
ShrikeIndirectionData.setUse(int instructionIndex,
ShrikeIndirectionData.ShrikeLocalName name,
int newUse) |
Copyright © 2015. All rights reserved.