|
Nearly CC
An educational compiler skeleton
|
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"

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< LiveMregsAnalysis > | LiveMregs |
| Convenient typedef for the type of a dataflow object for executing LiveMregsAnalysis on a ControlFlowGraph. | |
Dataflow analysis to determine which machine registers contain live values.