Searched refs:CommittedWrites (Results 1 – 2 of 2) sorted by relevance
513 SmallVectorImpl<WriteRef> &CommittedWrites) const { in collectWrites()536 CommittedWrites.push_back(WR); in collectWrites()551 CommittedWrites.push_back(WR); in collectWrites()580 SmallVector<WriteRef, 4> CommittedWrites; in checkRAWHazards() local586 collectWrites(STI, RS, Writes, CommittedWrites); in checkRAWHazards()611 for (const WriteRef &WR : CommittedWrites) { in checkRAWHazards()
238 SmallVectorImpl<WriteRef> &CommittedWrites) const;