Exemple #1
0
 public void identifyLoops(String filePath)
 {
     FileParser fp = new FileParser();
     cfgRoot = fp.parsVCGfile(filePath); //Test cfg creation with dominance
     cfgRoot.findLoops();
 }