Class ComputeDomFrontier
java.lang.Object
io.github.eutro.wasm2j.core.passes.meta.ComputeDomFrontier
- All Implemented Interfaces:
InPlaceIRPass<Function>,IRPass<Function,Function>
Computes
CommonExts.DOM_FRONTIER for each block.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComputeDomFrontierA singleton instance of this pass. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.eutro.wasm2j.core.passes.InPlaceIRPass
isInPlace, run
-
Field Details
-
INSTANCE
A singleton instance of this pass.
-
-
Constructor Details
-
ComputeDomFrontier
public ComputeDomFrontier()
-
-
Method Details
-
runInPlace
Description copied from interface:InPlaceIRPassRun the pass.- Specified by:
runInPlacein interfaceInPlaceIRPass<Function>- Parameters:
func- The IR to run this pass on.
-