Uses of Class
soot.jimple.toolkits.thread.mhp.PegGraph

Packages that use PegGraph
soot.jimple.toolkits.thread.mhp   
 

Uses of PegGraph in soot.jimple.toolkits.thread.mhp
 

Methods in soot.jimple.toolkits.thread.mhp that return PegGraph
protected static PegGraph MhpTransformer.buildPeg(CallGraph callGraph, Hierarchy hierarchy, PAG pag, Set methodsNeedingInlining, Set allocNodes, List inlineSites, Map synchObj, Set multiRunAllocNodes, Map allocNodeToObj, Body body, SootMethod sm)
           
 

Methods in soot.jimple.toolkits.thread.mhp with parameters of type PegGraph
 boolean PegGraph.addPeg(PegGraph pg, Chain chain)
           
protected  void PegGraph.buildSuccsForInlining(JPegStmt stmt, Chain chain, PegGraph inlinee)
           
protected  void PegGraph.buildMaps(PegGraph pg)
           
static void PegToDotFile.toDotFile(String methodname, PegGraph graph, String graphname)
          Generates a dot format file for a DirectedGraph
 

Constructors in soot.jimple.toolkits.thread.mhp with parameters of type PegGraph
CompactSequentNodes(PegGraph pg)
           
CompactStronglyConnectedComponents(PegGraph pg)
           
MonitorAnalysis(PegGraph g)
           
PegToDotFile(PegGraph graph, boolean onepage, String name)
           
TopologicalSorter(Chain chain, PegGraph pg)