Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp603 RecVec SWDefs, SRDefs; in collectSchedRW() local
614 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW()
628 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
642 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
662 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW()
672 llvm::sort(SRDefs, LessRecord()); in collectSchedRW()
673 for (Record *SRDef : SRDefs) { in collectSchedRW()