Searched refs:CommittedWrites (Results 1 – 2 of 2) sorted by relevance
492 SmallVectorImpl<WriteRef> &CommittedWrites) const { in collectWrites()515 CommittedWrites.push_back(WR); in collectWrites()530 CommittedWrites.push_back(WR); in collectWrites()559 SmallVector<WriteRef, 4> CommittedWrites; in checkRAWHazards() local565 collectWrites(STI, RS, Writes, CommittedWrites); in checkRAWHazards()590 for (const WriteRef &WR : CommittedWrites) { in checkRAWHazards()
238 SmallVectorImpl<WriteRef> &CommittedWrites) const;