Class LoopFinder

java.lang.Object
eu.bandm.tools.lljava.absy.LoopFinder

public class LoopFinder extends Object
An algorithm for finding all loops in a method code array.
  • Constructor Details

  • Method Details

    • run

      public void run()
      Calculate the loop structures.

      This implementation uses the algorithm of Cooper, Harvey and Kennedy (2001) for the dominance relation.