| Package | Description |
|---|---|
| cetus.analysis | |
| cetus.hir |
| Modifier and Type | Method and Description |
|---|---|
DDGraph |
DDTDriver.analyzeLoopsForDependence(Loop loop)
Analyze this loop and all inner loops to build a dependence graph for the
loop nest with this loop as the outermost loop.
|
DDGraph |
DDTDriver.getDDGraph(boolean summarize,
Loop loop)
Deprecated.
This routine must no longer be used to get access to data dependence
information. Instead, obtain a copy of the dependence graph from Program
object and use DDGraph API for details related to dependence information
|
DDGraph |
DDGraph.getSubGraph(Loop loop)
From the current dependence graph, extract a subgraph containing
dependences only for the specified loop and its inner nest
|
| Modifier and Type | Method and Description |
|---|---|
DDGraph |
Program.getDDGraph()
Return program data dependence graph
|