Lines Matching refs:RWSet
569 SmallPtrSet<Record*, 16> &RWSet) { in scanSchedRW() argument
570 if (!RWSet.insert(RWDef).second) in scanSchedRW()
577 scanSchedRW(WSRec, RWDefs, RWSet); in scanSchedRW()
586 scanSchedRW(SelDef, RWDefs, RWSet); in scanSchedRW()
598 SmallPtrSet<Record*, 16> RWSet; in collectSchedRW() local
609 scanSchedRW(RW, SWDefs, RWSet); in collectSchedRW()
612 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW()
623 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
626 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
637 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
640 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
654 scanSchedRW(AliasDef, SWDefs, RWSet); in collectSchedRW()
660 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW()