Lines Matching defs:OtherWR
136 WriteRef &OtherWR = RegisterMappings[I].first;
137 if (OtherWR.getWriteState() == &WS)
138 OtherWR.notifyExecuted(CurrentCycle);
145 WriteRef &OtherWR = RegisterMappings[I].first;
146 if (OtherWR.getWriteState() == &WS)
147 OtherWR.notifyExecuted(CurrentCycle);
376 WriteRef &OtherWR = RegisterMappings[I].first;
377 if (OtherWR.getWriteState() == &WS)
378 OtherWR.commit();
385 WriteRef &OtherWR = RegisterMappings[I].first;
386 if (OtherWR.getWriteState() == &WS)
387 OtherWR.commit();