Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp617 RecVec SWDefs, SRDefs; in collectSchedRW() local
628 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW()
642 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
656 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW()
675 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW()
685 llvm::sort(SRDefs, LessRecord()); in collectSchedRW()
686 for (Record *SRDef : SRDefs) { in collectSchedRW()