Searched refs:IsALoad (Results 1 – 1 of 1) sorted by relevance
215 bool IsALoad = Desc.MayLoad; in onInstructionRetired() local217 assert((IsALoad || IsAStore) && "Expected a memory operation!"); in onInstructionRetired()219 if (IsALoad) { in onInstructionRetired()