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

Dataflow analysis to determine which virtual registers (in high-level code) contain live values. More...

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

Go to the source code of this file.

Classes

class  LiveVregsAnalysis
 Dataflow analysis to determine which virtual registers (in high-level code) contain live values. More...
 

Typedefs

typedef Dataflow< LiveVregsAnalysisLiveVregs
 Convenient typedef for the type of a dataflow object for executing LiveVregsAnalysis on a ControlFlowGraph.
 

Detailed Description

Dataflow analysis to determine which virtual registers (in high-level code) contain live values.