LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libregalloc.hh File Reference

Declares the Regalloc tasks. More...

#include <temp/fwd.hh>
#include <target/fwd.hh>
#include <misc/timer.hh>
Include dependency graph for libregalloc.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  regalloc
 Perform the register allocation.

Functions

temp::TempMap regalloc::allocate_registers (assem::Fragments &fragments, const target::Target &target, const temp::TempMap &tempmap, misc::timer &t, bool coalesce_enable_p=true, bool regalloc_trace_p=false)
 Color each member of fragments and return the register allocation.

Detailed Description

Declares the Regalloc tasks.