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
Modifier and TypeFieldDescriptionstatic final ComputeDomFrontier
A singleton instance of this pass. -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:InPlaceIRPass
Run the pass.- Specified by:
runInPlace
in interfaceInPlaceIRPass<Function>
- Parameters:
func
- The IR to run this pass on.
-