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()
199 bool isExecuted() const { in isExecuted() function306 bool isExecuted() const { return End == 0; } in isExecuted() function532 bool isExecuted() const { return Stage == IS_EXECUTED; } in isExecuted() function541 assert(isExecuted() && "Instruction is in an invalid state!"); in retire()
32 assert(Write && Write->isExecuted() && "Cannot commit before write back!"); in commit()37 assert(Write && Write->isExecuted() && "Not executed!"); in notifyExecuted()42 return isValid() && (!Write || Write->isExecuted()); in hasKnownWriteBackCycle()104 assert(IS && IS->isExecuted() && "Unexpected internal state found!"); in onInstructionExecuted()
94 else if (IS->isExecuted()) in issueInstructionImpl()225 if (!IS.isExecuted()) { in updateIssuedSet()
209 if (It->second->isExecuted()) in onInstructionExecuted()
65 if (IS.isExecuted()) { in issueInstruction()
284 if (!IS.isExecuted()) { in updateIssuedInst()