Searched refs:SRDefs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 589 ConstRecVec SWDefs, SRDefs; in collectSchedRW() local 599 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW() 612 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW() 625 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW() 645 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW() 655 llvm::sort(SRDefs, LessRecord()); in collectSchedRW() 656 for (const Record *SRDef : SRDefs) { in collectSchedRW()
|