t_regAllocator * newRegAllocator(t_program *program)
void regallocDump(t_regAllocator *regAlloc, FILE *fout)
void deleteRegAllocator(t_regAllocator *regAlloc)
void regallocRun(t_regAllocator *regAlloc)
Program object definition and management.
t_program * program
The program where register allocation needs to be performed.
Structure encapsulating the state of the register allocator.