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

Routines for register allocation. More...

Include dependency graph for libregalloc.cc:

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

Routines for register allocation.