ACSE 2.0.3
Advanced Compiler System for Education
Loading...
Searching...
No Matches
reg_alloc.h File Reference

Register allocation pass. More...

#include <stdio.h>
#include "program.h"

Go to the source code of this file.

Functions

t_regAllocatornewRegAllocator (t_program *program)
void deleteRegAllocator (t_regAllocator *regAlloc)
void regallocRun (t_regAllocator *regAlloc)
void regallocDump (t_regAllocator *regAlloc, FILE *fout)

Detailed Description

Register allocation pass.

Definition in file reg_alloc.h.