public class DepthFirstDefUseChainSearch extends Object implements DefUseChainSearch
| Constructor and Description |
|---|
DepthFirstDefUseChainSearch() |
| Modifier and Type | Method and Description |
|---|---|
DefUseChain[] |
search(DefUseFrame[] frames,
Variable[] variables,
int[][] adjacencyListSucc,
int[][] adjacencyListPred) |
public DefUseChain[] search(DefUseFrame[] frames, Variable[] variables, int[][] adjacencyListSucc, int[][] adjacencyListPred)
search in interface DefUseChainSearchCopyright © 2014–2015. All rights reserved.