Searched refs:CommittedWrites (Results 1 – 2 of 2) sorted by relevance
505 SmallVectorImpl<WriteRef> &CommittedWrites) const { in collectWrites()528 CommittedWrites.push_back(WR); in collectWrites()543 CommittedWrites.push_back(WR); in collectWrites()572 SmallVector<WriteRef, 4> CommittedWrites; in checkRAWHazards() local578 collectWrites(STI, RS, Writes, CommittedWrites); in checkRAWHazards()603 for (const WriteRef &WR : CommittedWrites) { in checkRAWHazards()
238 SmallVectorImpl<WriteRef> &CommittedWrites) const;