Searched refs:isDispatched (Results 1 – 2 of 2) sorted by relevance
134 assert(isDispatched() && "Unexpected instruction stage found!"); in update()158 if (isDispatched()) { in cycleEvent()
360 bool isDispatched() const { return Stage == IS_AVAILABLE; } in isDispatched() function