Uses of Class
at.dms.backend.TreeWalker

Packages that use TreeWalker
at.dms.backend   
 

Uses of TreeWalker in at.dms.backend
 

Subclasses of TreeWalker in at.dms.backend
 class DeadcodeElimination
          This class removes deadcode generated by optimizations or code transformation.
 class PeepholeOptimizer
          This class performs peephole optimizations.
 class RegisterAllocation
          This class allocates temporaries to the minimal number of registers.
 class StackScheduler
          This class tries to find the best scheduling to minimize local vars.