Uses of Class
edu.cmu.cs.crystal.flow.worklist.WorklistNodeOrderComparator

Packages that use WorklistNodeOrderComparator
edu.cmu.cs.crystal.flow.worklist An internal package for running a flow analysis. 
 

Uses of WorklistNodeOrderComparator in edu.cmu.cs.crystal.flow.worklist
 

Methods in edu.cmu.cs.crystal.flow.worklist that return WorklistNodeOrderComparator
static
<N> WorklistNodeOrderComparator
WorklistNodeOrderComparator.createPostOrderAndPopulateNodeMap(IControlFlowGraph<N> cfg, Map<N,Set<ICFGNode<N>>> nodeMap, boolean isForward)
          Builds a post-order comparator for the nodes in the given CFG, in which a node is bigger than all of its successors (predecessors) if isForward is true (false), and populates a map from AST nodes to all their corresponding nodes in the given CFG.