Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp571 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()
[all …]