public class DDTDriver extends AnalysisPass
Modifier and Type | Method and Description |
---|---|
DDGraph |
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 |
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
|
java.lang.String |
getPassName() |
void |
start()
Performs whole program data-dependence analysis
|
run
public DDTDriver(Program program)
public void start()
start
in class AnalysisPass
public java.lang.String getPassName()
getPassName
in class AnalysisPass
public DDGraph analyzeLoopsForDependence(Loop loop)
@Deprecated public DDGraph getDDGraph(boolean summarize, Loop loop)