Nearly CC
An educational compiler skeleton
Classes | Typedefs
live_mregs.h File Reference

Dataflow analysis to determine which machine registers contain live values. More...

#include <string>
#include "instruction.h"
#include "lowlevel_defuse.h"
#include "lowlevel_formatter.h"
#include "dataflow.h"
Include dependency graph for live_mregs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LiveMregsAnalysis
 Dataflow analysis to determine which machine registers contain live values. More...
 

Typedefs

typedef Dataflow< LiveMregsAnalysisLiveMregs
 Convenient typedef for the type of a dataflow object for executing LiveMregsAnalysis on a ControlFlowGraph.
 

Detailed Description

Dataflow analysis to determine which machine registers contain live values.