java.util.ArrayList<DDGraph.Arc> |
DDGraph.getAllArcs() |
java.util.ArrayList<DDGraph.Arc> |
DDGraph.getDependenceArcsFromTo(ArrayAccess expr1,
ArrayAccess expr2)
Obtain all possible dependence information from expr1 to expr2 in a
given loop
|
java.util.ArrayList<DDGraph.Arc> |
DDGraph.getDependences(Expression expr1,
Expression expr2)
Obtain all possible dependence information between a pair of array
accesses in a given loop
|
java.util.ArrayList<DDGraph.Arc> |
DDGraph.getDependences(Statement stmt1,
Statement stmt2)
Obtain all possible dependence information between a pair of statements
in a given loop
|
java.util.ArrayList<DDGraph.Arc> |
DDGraph.getLoopCarriedDependencesForGraph()
Returns a list of all dependences (arcs) that are loop carried with
respect to ANY of the loops in the nest represented by this dependence
graph
|