Package harpoon.Analysis.Loops

This package contains the Loops interface for representing nested loops trees.

See:
          Description

Interface Summary
Loops Loops contains the interface to be implemented by objects generating nested loops trees.
 

Class Summary
LoopFinder LoopFinder implements Dominator Tree Loop detection.
 

Package harpoon.Analysis.Loops Description

This package contains the Loops interface for representing nested loops trees. In addition it contains an implementation of the Loops interface in LoopFinder. This analysis uses the standard Dominator tree/backedge algorithm for finding loops.

Author:
bdemsky