#include <vector>
#include <utility>
#include "rose.h"
#include "segment_graph.h"
#include "conflict_table.h"
#include "mapped_variable.h"
#include "data_conflict_ast_attributes.h"
Go to the source code of this file.
Classes | |
class | risc::sg::DataConflictTable |
This class represents the data conflict table among the individual segments. Two segments have a conflict if a least one variable is by the first segment and read by the second segment. A two dimensional array represents this array. More... | |
Namespaces | |
namespace | risc |
namespace | risc::sg |