Lines Matching refs:RWSet
571 SmallPtrSet<Record*, 16> &RWSet) { in scanSchedRW() argument
572 if (!RWSet.insert(RWDef).second) in scanSchedRW()
579 scanSchedRW(WSRec, RWDefs, RWSet); in scanSchedRW()
588 scanSchedRW(SelDef, RWDefs, RWSet); in scanSchedRW()
600 SmallPtrSet<Record*, 16> RWSet; in collectSchedRW() local
611 scanSchedRW(RW, SWDefs, RWSet); in collectSchedRW()
614 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW()
625 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
628 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
639 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
642 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
656 scanSchedRW(AliasDef, SWDefs, RWSet); in collectSchedRW()
662 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW()