Searched refs:OtherWR (Results 1 – 1 of 1) sorted by relevance
136 WriteRef &OtherWR = RegisterMappings[I].first; in onInstructionExecuted() local137 if (OtherWR.getWriteState() == &WS) in onInstructionExecuted()138 OtherWR.notifyExecuted(CurrentCycle); in onInstructionExecuted()145 WriteRef &OtherWR = RegisterMappings[I].first; in onInstructionExecuted() local146 if (OtherWR.getWriteState() == &WS) in onInstructionExecuted()147 OtherWR.notifyExecuted(CurrentCycle); in onInstructionExecuted()376 WriteRef &OtherWR = RegisterMappings[I].first; in removeRegisterWrite() local377 if (OtherWR.getWriteState() == &WS) in removeRegisterWrite()378 OtherWR.commit(); in removeRegisterWrite()385 WriteRef &OtherWR = RegisterMappings[I].first; in removeRegisterWrite() local[all …]