pub fn allocate_registers(
intervals: &[LiveInterval],
allocatable: &[PReg],
strategy: RegAllocStrategy,
) -> RegAllocResultExpand description
Allocate registers with the selected strategy.
pub fn allocate_registers(
intervals: &[LiveInterval],
allocatable: &[PReg],
strategy: RegAllocStrategy,
) -> RegAllocResultAllocate registers with the selected strategy.