Lines Matching refs:RWSet
563 SmallPtrSet<Record*, 16> &RWSet) { in scanSchedRW() argument
564 if (!RWSet.insert(RWDef).second) in scanSchedRW()
571 scanSchedRW(WSRec, RWDefs, RWSet); in scanSchedRW()
580 scanSchedRW(SelDef, RWDefs, RWSet); in scanSchedRW()
592 SmallPtrSet<Record*, 16> RWSet; in collectSchedRW() local
603 scanSchedRW(RW, SWDefs, RWSet); in collectSchedRW()
606 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW()
617 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
620 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
631 scanSchedRW(RWDef, SWDefs, RWSet); in collectSchedRW()
634 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
648 scanSchedRW(AliasDef, SWDefs, RWSet); in collectSchedRW()
654 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW()