public class FastColorer extends Object
| Modifier and Type | Method and Description |
|---|---|
static <G> void |
assignColorsToLocals(Body unitBody,
Map<Local,G> localToGroup,
Map<Local,Integer> localToColor,
Map<G,Integer> groupToColorCount)
Provides an economical coloring for the locals of
unitBody. |
static <G> void |
unsplitAssignColorsToLocals(Body unitBody,
Map<Local,G> localToGroup,
Map<Local,Integer> localToColor,
Map<G,Integer> groupToColorCount)
Provides a coloring for the locals of
unitBody, attempting to not split locals assigned the same name in
the original Jimple. |
public static <G> void unsplitAssignColorsToLocals(Body unitBody, Map<Local,G> localToGroup, Map<Local,Integer> localToColor, Map<G,Integer> groupToColorCount)
unitBody, attempting to not split locals assigned the same name in
the original Jimple.Copyright © 2024 Soot OSS. All rights reserved.