CGRA-ME
|
Public Member Functions | |
MRRGPathID (MRRG::NodeDescriptor src_fu, MRRG::NodeDescriptor sink_fu, int trip_count, int index) | |
auto | asTuple () const |
Public Member Functions inherited from tuple_hash::TupleHashOps< MRRGPathID > | |
const MRRGPathID & | asDerived () const |
MRRGPathID & | asDerived () |
bool | operator== (const MRRGPathID &rhs) const |
bool | operator< (const MRRGPathID &rhs) const |
Public Attributes | |
MRRG::NodeDescriptor | src_fu |
MRRG::NodeDescriptor | sink_fu |
int | trip_count |
int | index |
Definition at line 67 of file HeuristicMappers.cpp.
|
inline |
Definition at line 73 of file HeuristicMappers.cpp.
|
inline |
Definition at line 77 of file HeuristicMappers.cpp.
int MRRGPathID::index |
Definition at line 71 of file HeuristicMappers.cpp.
MRRG::NodeDescriptor MRRGPathID::sink_fu |
Definition at line 69 of file HeuristicMappers.cpp.
MRRG::NodeDescriptor MRRGPathID::src_fu |
Definition at line 68 of file HeuristicMappers.cpp.
int MRRGPathID::trip_count |
Definition at line 70 of file HeuristicMappers.cpp.