Searched refs:CommittedWrites (Results 1 – 3 of 3) sorted by relevance
98 SmallVector<WriteRef, 4> CommittedWrites; in checkRegisterHazard() local104 PRF.collectWrites(STI, RS, Writes, CommittedWrites); in checkRegisterHazard()127 for (const WriteRef &WR : CommittedWrites) { in checkRegisterHazard()
477 SmallVectorImpl<WriteRef> &CommittedWrites) const { in collectWrites()500 CommittedWrites.push_back(WR); in collectWrites()515 CommittedWrites.push_back(WR); in collectWrites()
238 SmallVectorImpl<WriteRef> &CommittedWrites) const;