#include <iostream>
#include <cstdlib>
#include "rose.h"
#include "../internal_representation/design.h"
#include "../segment_graph/data_conflict_table.h"
#include "../segment_graph/event_conflict_table.h"
#include "../segment_graph/time_advanced_table.h"
#include "../tools/class_is_derived_from.h"
Go to the source code of this file.
Classes | |
class | risc::inst::InstrumentationTraversal |
struct | risc::inst::ParseStatus |
Namespaces | |
namespace | risc |
namespace | risc::inst |
Functions | |
int | risc::inst::risc_backend (SgProject *project, UnparseFormatHelp *unparseFormatHelp, UnparseDelegate *unparseDelagate) |
int | risc::inst::instrumentor (risc::Design &design, risc::sg::DataConflictTable *data_conflict_table, risc::sg::EventConflictTable *event_conflict_table, risc::sg::TimeAdvancedTable *time_advance_table, std::map< SgNode *, int > &FuncCallExptoID) |
ParseStatus | risc::inst::ParseCommandlineOptions (int &argc, char **&argv) |