| Modifier and Type | Method and Description |
|---|---|
static DefUseChain[] |
DefUseChain.globals(DefUseChain[] chains,
int[] leaders,
int[][] basicBlocks) |
DefUseChain[] |
DepthFirstDefUseChainSearch.search(DefUseFrame[] frames,
Variable[] variables,
int[][] adjacencyListSucc,
int[][] adjacencyListPred) |
DefUseChain[] |
DefUseChainSearch.search(DefUseFrame[] frames,
Variable[] variables,
int[][] adjacencyListSucc,
int[][] adjacencyListPred) |
static DefUseChain[] |
DefUseChain.toBasicBlock(DefUseChain[] chains,
int[] leaders,
int[][] basicBlocks) |
| Modifier and Type | Method and Description |
|---|---|
static DefUseChain[] |
DefUseChain.globals(DefUseChain[] chains,
int[] leaders,
int[][] basicBlocks) |
static boolean |
DefUseChain.isGlobal(DefUseChain chain,
int[] leaders,
int[][] basicBlocks) |
static DefUseChain[] |
DefUseChain.toBasicBlock(DefUseChain[] chains,
int[] leaders,
int[][] basicBlocks) |
Copyright © 2014–2015. All rights reserved.