Searched refs:isExecuted (Results 1 – 7 of 7) sorted by relevance
90 assert(!isExecuted() && "Should have been removed!"); in addSuccessor()113 bool isExecuted() const { return NumInstructions == NumExecuted; } in isExecuted() function164 assert(isReady() && !isExecuted() && "Invalid internal state!"); in onInstructionExecuted()173 if (!isExecuted()) in onInstructionExecuted()301 return !Group.isExecuted() && Group.getNumSuccessors(); in hasDependentUsers()
298 bool isExecuted() const { in isExecuted() function405 bool isExecuted() const { return End == 0; } in isExecuted() function689 bool isExecuted() const { return Stage == IS_EXECUTED; } in isExecuted() function698 assert(isExecuted() && "Instruction is in an invalid state!"); in retire()
32 assert(Write && Write->isExecuted() && "Cannot commit before write back!"); in commit()39 assert(Write && Write->isExecuted() && "Not executed!"); in notifyExecuted()44 return isValid() && (!Write || Write->isExecuted()); in hasKnownWriteBackCycle()106 assert(IS && IS->isExecuted() && "Unexpected internal state found!"); in onInstructionExecuted()
94 else if (IS->isExecuted()) in issueInstructionImpl()225 if (!IS.isExecuted()) { in updateIssuedSet()
210 if (It->second->isExecuted()) in onInstructionExecuted()
261 if (IS.isExecuted()) { in tryIssue()290 if (!IS.isExecuted()) { in updateIssuedInst()
65 if (IS.isExecuted()) { in issueInstruction()