Searched refs:isExecuted (Results 1 – 7 of 7) sorted by relevance
298 assert(!isExecuted() && "Should have been removed!"); in addSuccessor()321 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted() function373 assert(isReady() && !isExecuted() && "Invalid internal state!"); in onInstructionExecuted()382 if (!isExecuted()) in onInstructionExecuted()445 return !Group.isExecuted() && Group.getNumSuccessors(); in hasDependentUsers()
299 bool isExecuted() const { in isExecuted() function406 bool isExecuted() const { return End == 0; } in isExecuted() function690 bool isExecuted() const { return Stage == IS_EXECUTED; } in isExecuted() function699 assert(isExecuted() && "Instruction is in an invalid state!"); in retire()
263 if (IS.isExecuted() && !ShouldCarryOver) { in tryIssue()290 if (!IS.isExecuted()) { in updateIssuedInst()340 if (CarriedOver.getInstruction()->isExecuted()) { in updateCarriedOver()
65 if (IS.isExecuted()) { in issueInstruction()
37 assert(Write && Write->isExecuted() && "Cannot commit before write back!"); in commit()44 assert(Write && Write->isExecuted() && "Not executed!"); in notifyExecuted()49 return isValid() && (!Write || Write->isExecuted()); in hasKnownWriteBackCycle()111 assert(IS && IS->isExecuted() && "Unexpected internal state found!"); in onInstructionExecuted()
95 else if (IS->isExecuted()) in issueInstructionImpl()226 if (!IS.isExecuted()) { in updateIssuedSet()
231 if (It->second->isExecuted()) in onInstructionExecuted()