Class DefaultCompositePass

  • All Implemented Interfaces:
    java.util.function.Function<IRDAG,​IRDAG>

    public final class DefaultCompositePass
    extends CompositePass
    A series of primitive passes that is applied commonly to all policies. It is highly recommended to place reshaping passes before this pass, and annotating passes after that and before this pass.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • DefaultCompositePass

        public DefaultCompositePass()
        Default constructor.