Lines Matching refs:RWSet
586 SmallPtrSet<Record *, 16> &RWSet) { in scanSchedRW() argument
587 if (!RWSet.insert(RWDef).second) in scanSchedRW()
594 scanSchedRW(WSRec, RWDefs, RWSet); in scanSchedRW()
602 scanSchedRW(SelDef, RWDefs, RWSet); in scanSchedRW()
614 SmallPtrSet<Record *, 16> RWSet; in collectSchedRW() local
625 scanSchedRW(RW, SWDefs, RWSet); in collectSchedRW()
628 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW()
639 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
642 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
653 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
656 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
670 scanSchedRW(AliasDef, SWDefs, RWSet); in collectSchedRW()
675 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW()