public class SsaToRop
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static RopMethod |
convertToRopMethod(SsaMethod ssaMeth,
boolean minimizeRegisters)
Converts a method in SSA form to ROP form.
|
int[] |
getRegistersByFrequency()
Note: This method is not presently used.
|
public static RopMethod convertToRopMethod(SsaMethod ssaMeth, boolean minimizeRegisters)
ssaMeth - non-null; method to processminimizeRegisters - true if the converter should
attempt to minimize the rop-form register countnon-null; rop-form outputpublic int[] getRegistersByFrequency()
Copyright © 2020. All Rights Reserved.