Searched refs:OldRWDef (Results 1 – 1 of 1) sorted by relevance
1077 for (const Record *OldRWDef : SchedClasses[OldSCIdx].InstRWs) { in createInstRWClass() local1078 if (OldRWDef->getValueAsDef("SchedModel") == RWModelDef) { in createInstRWClass()1084 OldRWDef->getValue("Instrs")->getValue()->getAsString() + in createInstRWClass()1086 PrintFatalNote(OldRWDef->getLoc(), "Previous match was here."); in createInstRWClass()1088 assert(OldRWDef != InstRWDef && "SchedClass has duplicate InstRW def"); in createInstRWClass()1089 SC.InstRWs.push_back(OldRWDef); in createInstRWClass()