Searched refs:IsALoad (Results 1 – 1 of 1) sorted by relevance
205 bool IsALoad = IS.getMayLoad(); in onInstructionRetired() local207 assert((IsALoad || IsAStore) && "Expected a memory operation!"); in onInstructionRetired()209 if (IsALoad) { in onInstructionRetired()