Class ComputePreds
java.lang.Object
io.github.eutro.wasm2j.core.passes.meta.ComputePreds
- All Implemented Interfaces:
InPlaceIRPass<Function>
,IRPass<Function,
Function>
Computes
CommonExts.PREDS
for each block.-
Field Details
-
INSTANCE
A singleton instance of this pass.
-
-
Constructor Details
-
ComputePreds
public ComputePreds()
-
-
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.
-