|
My Project
|
Class to represent Basic Block Graphs (BBGs). The blocks of the DF netlist are annotated with a BB identifier of the BBG. Each BBG also includes a set of BB cycles that cover the most frequently executed BBs. More...
#include <cassert>#include <deque>#include <list>#include <map>#include <string>#include "Dataflow.h"#include "ErrorManager.h"#include "FileUtil.h"#include "MILP_Model.h"
Go to the source code of this file.
Classes | |
| class | Dataflow::BasicBlockGraph |
| class | Dataflow::DFnetlist_Impl |
| class | Dataflow::DFlib_Impl |
Class to represent Basic Block Graphs (BBGs). The blocks of the DF netlist are annotated with a BB identifier of the BBG. Each BBG also includes a set of BB cycles that cover the most frequently executed BBs.
Implementation of the Dataflow netlist.
1.8.13