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

Compute liveness analysis. More...

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

Go to the source code of this file.

Namespaces

namespace  liveness
 Generation of the FlowGraph, Liveness graph, and InterferenceGraph.

Functions

void liveness::flowgraph_dump (const std::string &filename, const assem::Fragments &fragments, misc::timer &timer)
void liveness::liveness_dump (const std::string &filename, const assem::Fragments &fragments, const temp::TempMap &tempmap, misc::timer &timer)
void liveness::interference_dump (const std::string &filename, const assem::Fragments &fragments, const temp::TempMap &tempmap, misc::timer &timer)

Detailed Description

Compute liveness analysis.