Searched refs:checkNextStage (Results 1 – 4 of 4) sorted by relevance
65 bool checkNextStage(const InstRef &IR) const { in checkNextStage() function74 assert(checkNextStage(IR) && "Next stage is not ready!"); in moveToTheNextStage()
23 while (IR && checkNextStage(IR)) { in moveInstructions()
27 return checkNextStage(CurrentInstruction); in isAvailable()
74 CanDispatch &= checkNextStage(IR); in canDispatch()