Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp619 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedRW() local
620 for (Record *InstRWDef : InstRWDefs) { in collectSchedRW()
889 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW"); in collectSchedClasses() local
890 llvm::sort(InstRWDefs, LessRecord()); in collectSchedClasses()
892 for (Record *RWDef : InstRWDefs) in collectSchedClasses()