Class ComputePreds

java.lang.Object
io.github.eutro.wasm2j.core.passes.meta.ComputePreds
All Implemented Interfaces:
InPlaceIRPass<Function>, IRPass<Function,Function>

public class ComputePreds extends Object implements InPlaceIRPass<Function>
Computes CommonExts.PREDS for each block.
  • Field Details

    • INSTANCE

      public static final ComputePreds INSTANCE
      A singleton instance of this pass.
  • Constructor Details

    • ComputePreds

      public ComputePreds()
  • Method Details