Skip to main content

allocate_registers

Function allocate_registers 

Source
pub fn allocate_registers(
    intervals: &[LiveInterval],
    allocatable: &[PReg],
    strategy: RegAllocStrategy,
) -> RegAllocResult
Expand description

Allocate registers with the selected strategy.