Lines Matching defs:RWSeq
753 void CodeGenSchedModels::expandRWSequence(unsigned RWIdx, IdxVec &RWSeq,
757 RWSeq.push_back(RWIdx);
763 expandRWSequence(I, RWSeq, IsRead);
771 unsigned RWIdx, IdxVec &RWSeq, bool IsRead,
791 expandRWSeqForProc(getSchedRWIdx(AliasDef, IsRead), RWSeq, IsRead,
796 RWSeq.push_back(RWIdx);
803 expandRWSeqForProc(Idx, RWSeq, IsRead, ProcModel);
1295 bool substituteVariantOperand(const SmallVectorImpl<unsigned> &RWSeq,
1525 // RWSeq is a sequence of all Reads or all Writes for the next read or write
1527 // starts. RWSeq must be applied to all transitions between StartIdx and the end
1530 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) {
1533 for (unsigned int RWI : RWSeq) {