Searched refs:SRDefs (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 595 RecVec SWDefs, SRDefs; in collectSchedRW() local 606 scanSchedRW(RW, SRDefs, RWSet); in collectSchedRW() 620 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW() 634 scanSchedRW(RWDef, SRDefs, RWSet); in collectSchedRW() 654 scanSchedRW(AliasDef, SRDefs, RWSet); in collectSchedRW() 664 llvm::sort(SRDefs, LessRecord()); in collectSchedRW() 665 for (Record *SRDef : SRDefs) { in collectSchedRW()
|