Searched refs:IsAStore (Results 1 – 1 of 1) sorted by relevance
101 bool IsAStore = Desc.MayStore; in isReady() local102 assert((IsALoad || IsAStore) && "Not a memory operation!"); in isReady()104 assert((!IsAStore || StoreQueue.count(Index) == 1) && "Store not in queue!"); in isReady()116 if (IsAStore && !StoreBarriers.empty()) { in isReady()152 return !IsAStore; in isReady()159 bool IsAStore = Desc.MayStore; in onInstructionExecuted() local174 if (IsAStore) { in onInstructionExecuted()