All Implemented Interfaces:
Function<Itree,Itree>, UnaryOperator<Itree>, ItreeVisitor<Itree>

public class SsafyOptimizer extends BaseOptimizer
Converts a fun to SSA form if possible.
  • Constructor Details

    • SsafyOptimizer

      public SsafyOptimizer(Supplier<String> uniqSupplier)
      Constructs an optimizer.
      Parameters:
      uniqSupplier - a supplier of unique strings.
  • Method Details