Home
last modified time | relevance | path

Searched refs:RWSet (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp563 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()
[all …]