public final class AllocatorEngine
extends java.lang.Object
AllocatorEngine
allocates addressing modes for a given abstract sequence.Modifier and Type | Method and Description |
---|---|
void |
allocate(java.util.List<AbstractCall> sequence,
boolean reserveExplicit,
boolean reserveDependencies) |
void |
exclude(Primitive primitive) |
static AllocatorEngine |
get() |
static void |
init(AllocationSettings allocation) |
void |
reset() |
public static void init(AllocationSettings allocation)
public static AllocatorEngine get()
public void reset()
public void exclude(Primitive primitive)
public void allocate(java.util.List<AbstractCall> sequence, boolean reserveExplicit, boolean reserveDependencies)