Searched refs:intersectionIsNotEmpty (Results 1 - 4 of 4) sorted by relevance

/gem5/src/mem/ruby/common/
H A DNetDest.hh70 bool intersectionIsNotEmpty(const NetDest& other_netDest) const;
H A DNetDest.cc216 NetDest::intersectionIsNotEmpty(const NetDest& other_netDest) const function in class:NetDest
/gem5/src/mem/ruby/network/garnet2.0/
H A DRoutingUnit.cc85 if (msg_destination.intersectionIsNotEmpty(m_routing_table[link])) {
94 if (msg_destination.intersectionIsNotEmpty(m_routing_table[link])) {
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc201 if (!msg_dsts.intersectionIsNotEmpty(dst))

Completed in 8 milliseconds