Classes | |
class | InstrumentationTraversal |
struct | ParseStatus |
Functions | |
int | risc_backend (SgProject *project, UnparseFormatHelp *unparseFormatHelp, UnparseDelegate *unparseDelagate) |
int | 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 | ParseCommandlineOptions (int &argc, char **&argv) |
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 | |||
) |
int risc::inst::risc_backend | ( | SgProject * | project, | |
UnparseFormatHelp * | unparseFormatHelp, | |||
UnparseDelegate * | unparseDelagate | |||
) |