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

/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc160 NetDest msg_dsts = net_msg_ptr->getDestination(); local
164 // assert(msg_dsts.count() > 0);
201 if (!msg_dsts.intersectionIsNotEmpty(dst))
211 output_link_destinations.push_back(msg_dsts.AND(dst));
215 msg_dsts.removeNetDest(dst);
218 assert(msg_dsts.count() == 0);

Completed in 5 milliseconds