LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libregalloc.hh
Go to the documentation of this file.
1 
6 #ifndef REGALLOC_LIBREGALLOC_HH
7 # define REGALLOC_LIBREGALLOC_HH
8 
9 # include <temp/fwd.hh>
10 # include <target/fwd.hh>
11 # include <misc/timer.hh>
12 
14 namespace regalloc
15 {
19  const target::Target& target,
20  const temp::TempMap& tempmap,
21  misc::timer& t,
22  bool coalesce_enable_p = true,
23  bool regalloc_trace_p = false);
24 
25 } // namespace regalloc
26 
27 #endif // !REGALLOC_LIBREGALLOC_HH