Lines Matching refs:RWSet
590 SmallPtrSet<Record*, 16> &RWSet) { in scanSchedRW() argument
591 if (!RWSet.insert(RWDef).second) in scanSchedRW()
598 scanSchedRW(WSRec, RWDefs, RWSet); in scanSchedRW()
607 scanSchedRW(SelDef, RWDefs, RWSet); in scanSchedRW()
619 SmallPtrSet<Record*, 16> RWSet; in collectSchedRW() local
630 scanSchedRW(RW, SWDefs, RWSet); in collectSchedRW()
633 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW()
644 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
647 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
658 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
661 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
675 scanSchedRW(AliasDef, SWDefs, RWSet); in collectSchedRW()
681 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW()