95 for (std::size_t i = 0; i <
moves_.size(); ++i) {
96 moves_[i]->resetExecutionCount();
111 return moves_[moveIndex]->executionCount();
find Finds info of the inner loops in the false
CycleCount ClockCycleCount
Alias for ClockCycleCount.
ClockCycleCount executionCount() const
ClockCycleCount moveExecutionCount(std::size_t moveIndex) const
UpdateContainer updateActions_
All long immediate update actions.
ClockCycleCount executionCount_
The count of times this instruction has been executed.
void addExecutableMove(ExecutableMove *move)
void resetExecutionCounts()
MoveContainer moves_
All moves of the instruction.
virtual ~ExecutableInstruction()
void addLongImmediateUpdateAction(LongImmUpdateAction *action)