Searched refs:checkRCU (Results 1 – 2 of 2) sorted by relevance
61 bool checkRCU(const InstRef &IR);76 return checkRCU(IR) && checkPRF(IR) && checkScheduler(IR); in canDispatch()
53 bool DispatchStage::checkRCU(const InstRef &IR) { in checkRCU() function in mca::DispatchStage